mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
docker-ce: fix typo for registry_mirrors uci option
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
@@ -120,7 +120,7 @@ process_config() {
|
|||||||
json_add_string "log-level" "$log_level"
|
json_add_string "log-level" "$log_level"
|
||||||
[ -z "$bip" ] || json_add_string "bip" "$bip"
|
[ -z "$bip" ] || json_add_string "bip" "$bip"
|
||||||
json_add_array "registry-mirrors"
|
json_add_array "registry-mirrors"
|
||||||
config_list_foreach globals registry_mirror json_add_array_string
|
config_list_foreach globals registry_mirrors json_add_array_string
|
||||||
json_close_array
|
json_close_array
|
||||||
json_add_array "hosts"
|
json_add_array "hosts"
|
||||||
config_list_foreach globals hosts json_add_array_string
|
config_list_foreach globals hosts json_add_array_string
|
||||||
|
|||||||
@@ -7,5 +7,5 @@ config globals 'globals'
|
|||||||
# If the bip option is changed, dockerd must be restarted.
|
# If the bip option is changed, dockerd must be restarted.
|
||||||
# A service reload is not enough.
|
# A service reload is not enough.
|
||||||
option bip "172.18.01./24"
|
option bip "172.18.01./24"
|
||||||
# list registry_mirror "https://<my-docker-mirror-host>"
|
# list registry_mirrors "https://<my-docker-mirror-host>"
|
||||||
# list registry_mirror "https://hub.docker.com"
|
# list registry_mirrors "https://hub.docker.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user