Add caveat to readme about Docker workflow.
This commit is contained in:
parent
aa2baea2ac
commit
b2e0a32899
|
@ -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`
|
||||||
|
|
Loading…
Reference in New Issue