I interrupted the following command : docker push <user>/docker-whale
.
If I try running it again, I get :
Error response from daemon: push <user>/docker-whale is already in progress
I understand that the upload is still running in the background and that I only interrupted the client output. However, is there a way to get it back?
Also, if it's somehow stuck, how would you restart the push operation?