diff --git a/heroku.md b/heroku.md index ee7a6f31a..726271e64 100644 --- a/heroku.md +++ b/heroku.md @@ -19,6 +19,18 @@ heroku create sushi git push heroku master ``` +This will create an application named `sushi`. ([docs](https://devcenter.heroku.com/articles/creating-apps)) + +### `container` - Docker containers + +```bash +heroku stack:set container -app +heroku container:push web -app +heroku container:release web -app +``` + +Containers can be deployed using the Heroku Container Registry. ([docs](https://devcenter.heroku.com/articles/container-registry-and-runtime)) + ### `access` - Collaboration #### Manage collaborators