Skip to content

Commit

Permalink
Reformat documentation to 80 characters.
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Schlansker <[email protected]>
  • Loading branch information
Steven Schlansker committed Dec 31, 2014
1 parent cef6135 commit 9a28626
Showing 1 changed file with 5 additions and 4 deletions.
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

0 comments on commit 9a28626

Please sign in to comment.