docker-ce: fix typo for registry_mirrors uci option

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert
2020-07-29 13:09:08 +02:00
parent f622644211
commit 86dacca843
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -7,5 +7,5 @@ config globals 'globals'
# If the bip option is changed, dockerd must be restarted.
# A service reload is not enough.
option bip "172.18.01./24"
# list registry_mirror "https://<my-docker-mirror-host>"
# list registry_mirror "https://hub.docker.com"
# list registry_mirrors "https://<my-docker-mirror-host>"
# list registry_mirrors "https://hub.docker.com"