When trying to push my image, I get the following error:
Error response from daemon: Get https://docker.synapse.org/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Any idea what the issue might be?
Created by Jacob Hartman-Kenzler jakehk @jakehk We are not able to reproduce the Docker registry error you report and our server metrics show no problem with the Synapse Docker registry. I would like to ask (1) does the problem persist and, if so, (2) what happens if you reference another Docker registry? For example `docker pull ubuntu` will pull an image from DockerHub. Does running that command result in the same error message? Try restarting the daemon, and re-push:
service docker restart
Here is my version info:
Client:
Version: 17.07.0-ce
API version: 1.31
Go version: go1.8.3
Git commit: 8784753
Built: Tue Aug 29 17:41:05 2017
OS/Arch: windows/amd64
I made express lane submissions yesterday and had no trouble. Since then I have only changed code in my R-script file and haven't changed anything else with how I'm submitting. What version of docker are you using?
Here is the push command I used:
docker push docker.synapse.org/syn11181759/fix2.8:fix2.8
Also, I've been trying the docker.synapse.org login to test it, which give the same error:
docker login docker.synapse.org
Error response from daemon: Get https://docker.synapse.org/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) Could you also show me the command you used that got you the error
As far as I know there are no synapse issues right now. Could you try again in 5 or so minutes and let me know if it's still not working?
Drop files to upload
Anyone else having issues contacting the docker daemon while trying to push image? page is loading…