From 8ea73cf204adaed577975bdff3b71c50b9e3d084 Mon Sep 17 00:00:00 2001 From: David Calavera Date: Tue, 8 Mar 2016 16:03:37 -0500 Subject: [PATCH] Move registry service options to the daemon configuration. Allowing to set their values in the daemon configuration file. Signed-off-by: David Calavera Upstream-commit: 02a1c138d0143e8b43fd1e322b817e1a66990d7e Component: cli --- components/cli/docs/reference/commandline/daemon.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/cli/docs/reference/commandline/daemon.md b/components/cli/docs/reference/commandline/daemon.md index aef28d576b..e8071e92ec 100644 --- a/components/cli/docs/reference/commandline/daemon.md +++ b/components/cli/docs/reference/commandline/daemon.md @@ -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 } ```