Quick Update Script for Your Docker Containers
From time to time, you need to update your docker containers. And when built with docker-compose I have a little update-script for you. Nothing incredibly magical here, just a script that runs through the update commands and restarts the container afterwards. However, I assume your docker container is defined through a docker-compose.yaml file and built… Read more