From d5b293303961e9104551381eafe702d28df99961 Mon Sep 17 00:00:00 2001 From: jbyrum Date: Tue, 20 Sep 2016 08:47:35 -0700 Subject: [PATCH] The Heroku Docker CLI commands are deprecated. Please use the new Heroku container registry and runtime --- README.md | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/README.md b/README.md index 3eb83ff..a1586a9 100644 --- a/README.md +++ b/README.md @@ -14,27 +14,7 @@ To deploy [the app](http://hello-mongoose.herokuapp.com/) to Heroku you can use ## Docker -The app can be debugged and tested using the [Heroku Docker CLI plugin](https://devcenter.heroku.com/articles/introduction-local-development-with-docker). - -Make sure the plugin is installed: - - heroku plugins:install heroku-docker - -Configure Docker and Docker Compose: - - heroku docker:init - -And run the app locally: - - docker-compose up - -The app will now be available on the Docker daemon IP on port 8080. - -You can also use Docker to release to Heroku: - - heroku create - heroku docker:release - heroku open +The app can be debugged and tested using the [Heroku Docker CLI plugin](https://devcenter.heroku.com/articles/container-registry-and-runtime). ## License