contiv-experimental / deploy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contiv Deploy

Deploy utilizes libcompose to launch applications but with ability to apply the policies needed for networking and storage.

How to try it out

  1. Checkout the tree: git clone https://github.com/contiv/deploy.git

  2. Compile and run unit tests to ensure you have correct environment cd deploy make

  3. Launch containers

$ cd example
$ deploy -file docker-compose.yml --labels="io.contiv.env:prod"
  1. Use docker-compose to ps/stop/scale containers
$ docker-compose ps
$ docker-compose stop
$ docker-compose restart

About

License:Other


Languages

Language:Go 98.8%Language:Python 0.9%Language:Makefile 0.3%