UNPKG

333 BMarkdownView Raw
1# Heroku Container Registry CLI plugin
2
3Heroku Toolbelt plugin to release apps to Heroku that are built on local containers.
4
5## Installation
6
7```
8$ heroku plugins:install heroku-container-registry
9```
10
11## Use
12
13In a directory with a Dockerfile:
14
15```
16$ heroku container:login
17$ heroku create
18$ heroku container:push
19$ heroku open
20```