Add caveat to readme about Docker workflow.

This commit is contained in:
Dorian 2016-05-29 21:56:59 -04:00
parent aa2baea2ac
commit b2e0a32899
1 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@ Use `inv -l` to list all the available commands.
### Getting Started - Docker ### Getting Started - Docker
This is a **very** _experimental_ setup, and requires installing the latest version of docker-compose. This is a **very** _experimental_ setup, and requires installing the latest version of docker-compose. Tested on
Docker 1.11.1 & Docker Compose 1.7.1.
1. Install docker-compose via pip: `pip install docker-compose` 1. Install docker-compose via pip: `pip install docker-compose`
1. Install make via apt-get: `apt-get install make` 1. Install make via apt-get: `apt-get install make`