跑範例環節
https://devcenter.heroku.com/articles/container-registry-and-runtime
登入到 Container Registry,前提條件是已經安裝好 Docker 和已經登入 Heroku。
heroku container:login
下載 Hello World 範例
git clone https://github.com/heroku/alpinehelloworld.git
建立 heroku app
heroku create
構建 image,推送到 Container Registry 並釋出。
heroku container:push web
heroku container:release web
使用本地瀏覽器查看
heroku open
參考資料
https://devcenter.heroku.com/articles/container-registry-and-runtime