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?
This happens because you stopped pushing before it was finished. You don't need to remove the containers; just restart boot2docker(or docker service).
After that, you can push your image again, Good Luck!