Add docker-compose environment initialization command

Signed-off-by: Sonmez Kartal <sonmez@koding.com>
This commit is contained in:
Sonmez Kartal 2016-10-25 09:41:29 +03:00
parent 132e3f5471
commit e805253d4e
No known key found for this signature in database
GPG key ID: BE5442689432E5E1

View file

@ -61,6 +61,7 @@ executing commands in the following snippet.
```bash
git clone https://github.com/koding/koding.git
cd koding
docker-compose -f docker-compose-init.yml run init
docker-compose up
```