UNPKG

1.05 kBMarkdownView Raw
1# Heroku Toolbelt Docker Plugin
2
3Develop with Docker. Deploy to Heroku.
4
5## Installation
6
7 heroku plugins:install heroku-docker
8
9A working local Docker installation is required. Docker 1.6 or later is recommended and 1.6 is required on Windows. We recommend [Boot2docker](http://boot2docker.io/) for users on OS X and Windows.
10
11See the following Dev Center guides for details on how to user the plugin:
12
13 * [Introduction: Local Development with Docker](https://devcenter.heroku.com/articles/introduction-local-development-with-docker?preview=1)
14 * [Getting started with Node.js and Heroku local Docker dev](https://devcenter.heroku.com/articles/getting-started-with-node-js-and-heroku-local-docker-dev?preview=1)
15 * [Getting started with Ruby and Heroku local Docker dev](https://devcenter.heroku.com/articles/getting-started-with-ruby-and-heroku-local-docker-dev?preview=1)
16
17## Testing
18
19`npm test`
20
21- Requires io.js
22- Assumes that `docker` is accessible
23- Assumes that it's being run in a directory that the docker host (like boot2docker) can mount