You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current process 1) stops the container, 2) prunes docker, 3) downloads the new image and, 4) finally runs the new image.
We should improve this to: 1) prune docker images, 2) download new image, 3) stop container and, 4) run new image to shorten the time the service is down.
The text was updated successfully, but these errors were encountered:
The current process 1) stops the container, 2) prunes docker, 3) downloads the new image and, 4) finally runs the new image.
We should improve this to: 1) prune docker images, 2) download new image, 3) stop container and, 4) run new image to shorten the time the service is down.
The text was updated successfully, but these errors were encountered: