Deploy utilizes libcompose to launch applications but with ability to apply the policies needed for networking and storage.
-
Checkout the tree: git clone https://github.com/contiv/deploy.git
-
Compile and run unit tests to ensure you have correct environment cd deploy make
-
Launch containers
$ cd example
$ deploy -file docker-compose.yml --labels="io.contiv.env:prod"
- Use docker-compose to ps/stop/scale containers
$ docker-compose ps
$ docker-compose stop
$ docker-compose restart