Reputation: 11
When pushing a large layer to Docker Hub, is there a setting to make to enable an interrupted image upload to be resumed on the next docker push
?
docker push me/foo:latest
4e5786849edb: Pushing [=================> ] 43.59GB/126.6GB
This way, if we were to interrupt the push right now, we can avoid having to upload all over again if we can resume from the point it was interrupted.
Upvotes: 1
Views: 141