Tag Archives: docker-compose

Docker: New Docker release

By | March 11, 2017

In an early March announcement Docker changed the way new versions are released and also branched it to Docker Community Edition (CE), Docker Enterprise Edition (EE) and Docker Cloud. The new Docker EE has some additional features like Docker Datacenter providing integrated container management and security from development to production. That makes the Docker environment a… Read More »

Docker: Orchestrate multiple containers with docker-compose

By | November 8, 2016

In an enterprise environment we usually separate the components in independent containers: – a database container – a business application container – a web-layer application container – a load balancing layer container/containers – etc. When running our environment with docker and if the environment consist of something more than some simple tests, at some point… Read More »