File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -100,22 +100,3 @@ to make the change persistent.
100100` ` `
101101
102102Save the file and restart Docker for the change to take effect.
103-
104- # # Use case: the China registry mirror
105-
106- The URL of the registry mirror for China is `registry.docker-cn.com`. You can pull
107- images from this mirror just like you do for other registries by specifying
108- the full path, including the registry, in your `docker pull` command, for example :
109-
110- ` ` ` bash
111- $ docker pull registry.docker-cn.com/library/ubuntu
112- ` ` `
113-
114- Or you can add "https://registry.docker-cn.com" to the `registry-mirrors` array
115- in `/etc/docker/daemon.json` to pull from the China registry mirror by default.
116-
117- ` ` ` json
118- {
119- "registry-mirrors": ["https://registry.docker-cn.com"]
120- }
121- ` ` `
You can’t perform that action at this time.
0 commit comments