Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

heroku/heroku-container-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

513 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

 
 
 

Contributors