Updating and Backing Up Docker Containers With Version Control
Docker compose is a great tool to manage docker containers and makes it easy to update containers using the latest
tags of images. However, the simple pull
and up -d
operation, while convenient, does not offer any easy mitigation options if an updated image breaks a container. This article wil...
1st Oct 2019
- aptalca