Not really related to the debate but I highly recommend Watchtower [1] when using Docker in production.
This library, that you can plug as a service in any docker-compose, will check your Docker registry to see if the images used by your containers has been updated, pull the new images and restart your containers if needed.
That makes deployment, for some cases, really nice.
This library, that you can plug as a service in any docker-compose, will check your Docker registry to see if the images used by your containers has been updated, pull the new images and restart your containers if needed.
That makes deployment, for some cases, really nice.
[1] https://github.com/containrrr/watchtower