GCE Container Registry upload slow

Viewed 783

since a couple of days the gcloud docker -- push eu.gcr.io/** has become very slow. I have tested the following:

  1. My connection upload is fine
  2. Restarted docker (and Mac)

What could I do? Does someone else have the same problem?

2 Answers

It seems the problem is usually caused by local docker. Just restart your docker machine or docker for mac.

Related