Library to convert docker-compose files to sloppy.io compatible ones. Integrated into the sloppy.io CLI (learn more). Can also be used as a standalone tool for one-time conversions.
Supports docker-compose version 3.
sloppose [command]
Commands:
convert [options] [files]
- Example:
sloppose convert -o outFile.yml -projectname example
- Example:
Projectname:
- can be set with
COMPOSE_PROJECT_NAME
environment variable or with parameter as seen above. - defaults to current working dir
Checkout to $GOPATH/src/github.com/sloppyio/sloppose
Create a development build within the Go environment: make build-dev
Create an osx build with docker: make dev-osx
To run tests with Docker: test-in-docker