question: How not to transfer direct pull GCR (Google Mirror warehouse) image through Docker hub.
1.shadowsocket Open Agent
I am using the Deepin depth operating system (thanks to Fenghan, the guidance of the Great God), directly in the store download SHADOWSOCKET-QT5, configure proxy information: The following fill in their own purchase of proxy services
2. Setting up the Docker proxy configuration
sudo vim/etc/systemd/system/docker.service.d/http-proxy.conf
[service]
environment= "all_proxy=socks5:// 127.0.0.1:1080 "
root@:~ #systemctl show--property=environment Docker
environment=all_proxy=socks5://127.0.0.1:1080
3. Restart the Docker service
root@:~# systemctl daemon-reload
root@:~# systemctl Restart Docker
4.docker Pull Google Warehouse image
root@:~# Docker pull gcr.io/google_containers/pause-amd64:3.0 3.0:pulling from Google_ CONTAINERS/PAUSE-AMD64 a3ed95caeb02:pull Complete F11233434377:pull complete digest:sha256 : 163ac025575b775d1c0f9bf0bdd0f086883171eb475b5068e7defa4ca9e76516 status:downloaded Newer image for Gcr.io/google_ containers/pause-amd64:3.0 root@:~# Docker images REPOSITORY TAG IMAGE ID CREATED SIZE STEPHENLU/PAUSE-AMD64 3.0 78ba6fae6829 3 weeks ago 747 KB gcr.io/google_containers/pause-amd64 3.0 99e59f495ffa months ago 747 kb< /pre>