From e3eb24fc21fa6f6002eef081278333f9e5e16614 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 20 Apr 2016 17:30:44 +0200 Subject: [PATCH] The daemon.json storage-opts settings is actually a list. Signed-off-by: Dimitry Andric --- docs/reference/commandline/daemon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/daemon.md b/docs/reference/commandline/daemon.md index 796a04c3fd..36df746501 100644 --- a/docs/reference/commandline/daemon.md +++ b/docs/reference/commandline/daemon.md @@ -888,7 +888,7 @@ This is a full example of the allowed configuration options in the file: "exec-opts": [], "exec-root": "", "storage-driver": "", - "storage-opts": "", + "storage-opts": [], "labels": [], "log-driver": "", "log-opts": [],