chinthakagodawita / docker-hat

Helper commands to run and manage Docker containers on OS X.
MIT License
4 stars 0 forks source link

Create build command #3

Closed chinthakagodawita closed 9 years ago

chinthakagodawita commented 9 years ago

This should build all containers defined in docker-web: https://github.com/chinthakagodawita/docker-web

Possibly add an optional --publish flag to push up containers to the registry.

chinthakagodawita commented 9 years ago

This may require a manifest.json file (or similar) in the docker-web repository that describes all included containers.

chinthakagodawita commented 9 years ago

Maybe we can use automated builds on the registry instead?

chinthakagodawita commented 9 years ago

Handled in docker-containers manually. Automated builds handled via Travis CI. Closing.