Docker推到谷歌registry的速度令人难以置信

我configuration了Google实例和Google Docker Registry。 当我尝试推送到registry时,这些工作非常顺利和突然进行,因为速度而变得几乎不可用。

$ docker push gcr.io/<ID>/my-registry/image:44] The push refers to a repository [gcr.io/<ID>/my-registry/image:44] 3bc2db43a686: Pushing [=======> ] 3.409MB/23.32MB 1302d8ee9a47: Layer already exists 29d71372a492: Layer already exists 

如果我测量docker推送的带宽,我得到

 NetHogs version 0.8.1 PID USER PROGRAM DEV SENT RECEIVED 1521 root /usr/bin/dockerd ens4 24.183 0.458 KB/sec 

但是我对互联网的实际连接是足够好的。

 $ speedtest-cli Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from Google Cloud (xxxx)... Selecting best server based on latency... Hosted by KamaTera INC (Santa Clara, CA) [10.61 km]: 20.436 ms Testing download speed........................................ Download: 2046.49 Mbit/s Testing upload speed.................................................. Upload: 114.68 Mbit/s 

我试着重新启动docker守护进程,没有任何东西。

这是我正在使用的工具

 $ docker version Client: Version: 17.09.0-ce API version: 1.32 Go version: go1.8.3 Git commit: afdb6d4 Built: Tue Sep 26 22:42:18 2017 OS/Arch: linux/amd64 Server: Version: 17.09.0-ce API version: 1.32 (minimum version 1.12) Go version: go1.8.3 Git commit: afdb6d4 Built: Tue Sep 26 22:40:56 2017 OS/Arch: linux/amd64 Experimental: false $ gcloud version Google Cloud SDK 176.0.0 alpha 2017.10.13 beta 2017.10.13 bq 2.0.27 core 2017.10.13 gsutil 4.27 $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.3 LTS Release: 16.04 Codename: xenial 

任何想法可能是什么问题?

我遇到了同样的问题。 希望只是暂时的性能问题,因为我从来没有遇到过这个问题