Bläddra i källkod

The daemon.json storage-opts settings is actually a list.

Signed-off-by: Dimitry Andric <d.andric@activevideo.com>
(cherry picked from commit e3eb24fc21fa6f6002eef081278333f9e5e16614)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Dimitry Andric 9 år sedan
förälder
incheckning
f264a73afd
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      docs/reference/commandline/daemon.md

+ 1 - 1
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": [],