GoogleCloudPlatform / docker-registry-driver-gcs

Docker Registry Google Cloud Storage driver
Apache License 2.0
26 stars 14 forks source link

Unable to finish push #25

Closed danmerino closed 10 years ago

danmerino commented 10 years ago

Whenever I try to push, it hangs and never finishes!

Command: docker push localhost:5000/outyet

Hangs and its "pushing" for hours. It is a very small sample project.

I have tried stopping and starting again and did not work.

image

Update:

To test it out, I deployed the docker repository to compute engine and it worked! When I pushed to compute engine it worked perfectly but locally it never finished. I am starting to believe it is a problem with boot2docker on mac but any feedback is appreciated.

proppy commented 10 years ago

@danmerino can you try out the branch in #23? I wonder if it speeds things up.

danmerino commented 10 years ago

@proppy we are going to do a few tests today. Thanks!

proppy commented 10 years ago

note google/docker-registry:latest has the change from #23

danmerino commented 10 years ago

It is perfect! Thank you very much.

image