Martin Ahrer

Thinking outside the box

docker-compose scripting

2017-02-07 3 min read martin
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. Continue reading

docker-compose modularization

2017-02-06 3 min read martin
In this blog post we are looking into how we can create modular compose projects. With docker-compose we can describe a bunch of containers and container related resources such as networks and volumes that make up an application. All this is usually going into a docker-compose. Continue reading