-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
Can you do oneshot upgrades on a running container IE:
docker run \ -v /var/run/docker.sock:/var/run/docker.sock \ --rm \ v2tec/watchtower container_to_watch --oneshot
Started making a helper container to achieve this and realized this should be trivial with your app, unless I am missing something.