@heroku-cli/plugin-container-registry

Use containers to build and deploy Heroku apps

Usage no npm install needed!

<script type="module">
  import herokuCliPluginContainerRegistry from 'https://cdn.skypack.dev/@heroku-cli/plugin-container-registry';
</script>

README

Heroku Container Registry CLI plugin

Heroku CLI plugin to release apps to Heroku that are built on local containers.

Installation

$ heroku plugins:install @heroku-cli/plugin-container-registry

Use

In a directory with a Dockerfile:

$ heroku container:login
$ heroku create
$ heroku container:push
$ heroku container:release web
$ heroku container:pull web
$ heroku open