Skip to content

Commit fdedf78

Browse files
author
Jim Galasyn
authored
Reverted (docker#3393)
1 parent 536680a commit fdedf78

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

registry/recipes/mirror.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -100,22 +100,3 @@ to make the change persistent.
100100
```
101101

102102
Save 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-
```

0 commit comments

Comments
 (0)