Beyond Docker Compose By @XebiaLabs | @DevOpsSummit #DevOps #Containers
Docker Compose is the solution provided by Docker to help users package and deploy a set of containers that are running together. The containers are identified either by its image name or by the ‘build’ configuration keyword that asks Compose to build it before to deploy it. The typical use case is that a developer is working on a new image, but he/she needs all of its dependencies to make it run. So he/she enters in the following cycle: make modifications, commit, and restart the containers using the ‘docker-compose up’ command… until the feature is done. Fine! But how do you move from development to production? If you’re following the same pattern, you’ll fail. I’ll show how and why XL Deploy can help you to tackle the obstacles.
Subscribe to Applenews247.Com Newsletter