In the .yml
definition, I'm always pulling the latest
image of my service.
When I push a new image to the registry and I want to update the image that the service in my stack uses. I don't see any --pull
flag, and the documentation for docker service update doesn't explicitly mentions this.
How can I re-deploy using the recently pushed latest
image?
:latest
. Honestly, the more I use Docker, the more problems I see which are caused by the use of this tag. – Tacit:latest
. – Liris