I’m attempting to push an image to my private Docker Hub account using the docker push
command.
In the past, this has worked just fine (even for previous versions of this image).
However, it is now hanging in perpetual “waiting” mode as shown in the screenshot below:
It would seem the daemon has frozen in this “Waiting” state for the past 10+ minutes, with no timeout or error message reported. This is a problem that has appeared in the past and then “magically” gone away later. This time, the problem has persisted for some time.
ETA: Here is my docker version
info:
Client:
Version: 1.10.3
API version: 1.22
Go version: go1.5.3
Git commit: 20f81dd
Built: Thu Mar 10 21:49:11 2016
OS/Arch: windows/amd64
Server:
Version: 1.10.3
API version: 1.22
Go version: go1.5.3
Git commit: 20f81dd
Built: Thu Mar 10 21:49:11 2016
OS/Arch: linux/amd64
Two questions:
- Is there some way for me to fix this problem so that the Docker Hub Registry is actually functional for my purposes?
- Is it possible for the Docker daemon to throw some sort of error when this problem occurs, so that I’m able to capture it and apply the fix, as needed?
Thanks,
Chris