Skip to content

coleturner/compose

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Compose for Docker Cloud

Docker Compose Docker Cloud

Docker Cloud stackfiles are currently rather limited. No support for env-file, extends or layering multiple compose .ymls over each other. Using docker-compose to generate a Docker Cloud Tutum compatible YML bridges the gap.

  • Docker Cloud attributes such as target_num_containers, tags, auto destroy, autoredeploy are supported.
  • The output of config has been modified to just return the config.
  • Links are allowed to be extended.

Use directly via pre built docker image:

docker run --rm -it -v `pwd`:/code/shared salanki/compose-tutum config > docker-cloud.yml

Create a stack on Docker Cloud: docker-cloud stack create -f docker-cloud.yml -n mystack Update a stack on Docker Cloud: docker-cloud stack update -f docker-cloud.yml mystack

About

Define and run multi-container applications with Docker

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.1%
  • Shell 3.6%
  • PowerShell 0.3%