smashwilson / cringe

Orchestrate rolling deployments of Docker containers like it's 2005
MIT License
8 stars 1 forks source link

Networks, Volumes, etc. #2

Open smashwilson opened 8 years ago

smashwilson commented 8 years ago

Generalize the concept of "templated or automatic names mean per-deployment resources; explicit untemplated names mean singleton resources" to apply to resources like networks and volumes. If I cheat I can take advantage of the docker xyz create, docker xyz ls command pattern to automatically apply the same logic to a bunch of Docker commands at once.