Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Private mirror documentation reformat #2

Merged
merged 1 commit into from
Dec 31, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/sources/reference/commandline/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,11 @@ To set the DNS search domain for all Docker containers, use

### Daemon registry-mirror option

To save on network bandwidth, it is useful to cache images close to the Docker instances using them.
When an image is pulled from its upstream registry, if one or more
`--registry-mirror=http://<my-docker-mirror-host>` options are specified, the given mirrors are checked
in order to see if they have a cached version before using the normal upstream registry.
To save on network bandwidth, it is useful to cache images close to the Docker
instances using them. When an image is pulled from its upstream registry, if
one or more `--registry-mirror=http://<my-docker-mirror-host>` options are
specified, the given mirrors are checked in order to see if they have a cached
version before using the normal upstream registry.

### Insecure registries

Expand Down