OSDN Git Service

Regular updates
authorErik <erikgronwal@users.osdn.me>
Wed, 6 Apr 2022 14:55:05 +0000 (23:55 +0900)
committerErik <erikgronwal@users.osdn.me>
Wed, 6 Apr 2022 14:55:05 +0000 (23:55 +0900)
heroku.md

index ee7a6f3..726271e 100644 (file)
--- 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 <app>
+heroku container:push web -app <app>
+heroku container:release web -app <app>
+```
+
+Containers can be deployed using the Heroku Container Registry. ([docs](https://devcenter.heroku.com/articles/container-registry-and-runtime))
+
 ### `access` - Collaboration
 
 #### Manage collaborators