Browse code

Merge pull request #18225 from thaJeztah/fixup-tabs

docs: fixups for plugin drivers in docker info

James Turnbull authored on 2015/11/25 22:03:35
Showing 2 changed files
... ...
@@ -1915,16 +1915,16 @@ Display system-wide information
1915 1915
         "DockerRootDir": "/var/lib/docker",
1916 1916
         "Driver": "btrfs",
1917 1917
         "DriverStatus": [[""]],
1918
-	"Plugins": {
1919
-		"Volume": [
1920
-			"local"
1921
-		],
1922
-		"Network": [
1923
-			"null",
1924
-			"host",
1925
-			"bridge"
1926
-		]
1927
-	},
1918
+        "Plugins": {
1919
+            "Volume": [
1920
+                "local"
1921
+            ],
1922
+            "Network": [
1923
+                "null",
1924
+                "host",
1925
+                "bridge"
1926
+            ]
1927
+        },
1928 1928
         "ExecutionDriver": "native-0.1",
1929 1929
         "ExperimentalBuild": false,
1930 1930
         "HttpProxy": "http://test:test@localhost:8080",
... ...
@@ -30,6 +30,9 @@ For example:
30 30
      Dirperm1 Supported: true
31 31
     Execution Driver: native-0.2
32 32
     Logging Driver: json-file
33
+    Plugins:
34
+     Volume: local
35
+     Network: bridge null host
33 36
     Kernel Version: 3.19.0-22-generic
34 37
     OSType: linux
35 38
     Architecture: x86_64