From cd27a164b345e391f8e238467d530faceb75f6ff Mon Sep 17 00:00:00 2001 From: akshay <69804468+akshaydrunk@users.noreply.github.com> Date: Wed, 6 Apr 2022 16:06:55 +0530 Subject: [PATCH] Update heroku.md (#1807) Co-authored-by: Rico Sta. Cruz --- heroku.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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