1
0
mirror of https://github.com/docker/cli.git synced 2025-08-08 12:02:07 +03:00

Move registry service options to the daemon configuration.

Allowing to set their values in the daemon configuration file.

Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
David Calavera
2016-03-08 16:03:37 -05:00
committed by Tibor Vass
parent b5c9713ee0
commit 02a1c138d0

View File

@@ -883,7 +883,10 @@ This is a full example of the allowed configuration options in the file:
"default-gateway": "",
"default-gateway-v6": "",
"icc": false,
"raw-logs": false
"raw-logs": false,
"registry-mirrors": [],
"insecure-registries": [],
"disable-legacy-registry": false
}
```