I'm still having problems with docker push. It is loading layers, but taking a long time, partly because, when it restarts, it reloads things already pushed.
For example:
First run - some layers there, managed to push "67aca2b232ea":
```
docker push docker.synapse.org/syn7364819/blue_training:latest
The push refers to a repository [docker.synapse.org/syn7364819/blue_training]
d46afcd68ca7: Layer already exists
a2eb9966230c: Layer already exists
c2ade7efa02d: Layer already exists
c998354a0a8a: Layer already exists
67aca2b232ea: Pushed
```
Then it fails, and I restart it. I'd expect that '"67aca2b232ea" would say 'Layer already exists', but, instead:
```
docker push docker.synapse.org/syn7364819/blue_training:latest
The push refers to a repository [docker.synapse.org/syn7364819/blue_training]
d46afcd68ca7: Layer already exists
a2eb9966230c: Layer already exists
c2ade7efa02d: Layer already exists
c998354a0a8a: Layer already exists
67aca2b232ea: Pushing [==> ] 8.691 MB/177 MB
```
This was today, 24/10/2016 12:12:14GMT
Is it possible to see what's happening at the synapse end?
Created by Peter Brooks fustbariclation Hi Peter,
I answered your thread https://www.synapse.org/#!Synapse:syn4224222/discussion/threadId=1128&replyId=8613 before seeing that one. Can you send a bigger chunk of the output of `docker push docker.synapse.org/syn7364819/blue_training:latest` so that we observe the restart and the force break that I expect that you have to do to break the loop?
Drop files to upload
Errors in push - reloading after a restart page is loading…