diff --git a/docs/sources/reference/commandline/cli.md b/docs/sources/reference/commandline/cli.md index a7df3c25a0c7d..2d4856eab530f 100644 --- a/docs/sources/reference/commandline/cli.md +++ b/docs/sources/reference/commandline/cli.md @@ -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://` 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://` 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