Skip to content
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.

contiv-experimental/deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages