4.4.11 • Published 6 years ago

plugin-container-registry v4.4.11

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Heroku Container Registry CLI plugin

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

Installation

$ heroku plugins:install heroku-container-registry

Use

In a directory with a Dockerfile:

$ heroku container:login
$ heroku create
$ heroku container:push
$ heroku open