The first pieces of how to use Docker Compose
What is Docker Compose
For me, docker-compose is a case study in the right tool for the right job. At the least, it allows us to carefully manage and maintain the instancing of our containers. docker-compose takes the command-line options for docker and places them into configuration files.
Continue reading Docker Compose – The minimalist instructions