docker-compose scripting
This time we look at managing large numbers of compose projects.
When building complex infrastructure using docker-compose we soon end in a mess of scripts for starting, updating, etc. containers. I will try to describe an approach that has helped to get this done in a very structured way.