Boots docker instances based on a JSON config file.
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
src
LICENSE
README.md
sample.json
setup.py

README.md

docker-ship

Boots docker instances based on a JSON config file.

Warning.

This is very very Alpha stage. Be warned.

Usage

python docker-ship.py filename.json

See the provided sample.json file for now. it mimics the linking tutorial at: https://docs.docker.com/userguide/dockerlinks/

If you run it more than once it wont take down any name conflicts, that's your responsibility for now.

More docs will come. :)