Browse Source

Merge pull request #22220 from dandric-activevideo/fix-storage-opts-doc

Fix daemon.json storage-opts settings example
Brian Goff 9 years ago
parent
commit
70746f4c38
1 changed files with 1 additions and 1 deletions
  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": [],