1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

doc: Try to standardise JSON examples

Fixed:
 * Invalid JSON
 * Inconsistent spacing at colon

Expression for binary data streams (line 468 vs. 1474) remain inconsistent.
Could fix that too, if you like.

Signed-off-by: Lorenz Leutgeb <lorenz.leutgeb@gmail.com>
This commit is contained in:
Lorenz Leutgeb 2015-01-03 18:15:40 +01:00
parent b2ab733c99
commit e583cc1eb4

View file

@ -292,7 +292,6 @@ Return low-level information on the container `id`
"Volumes": {}, "Volumes": {},
"VolumesFrom": "", "VolumesFrom": "",
"WorkingDir": "" "WorkingDir": ""
}, },
"State": { "State": {
"Running": false, "Running": false,
@ -327,8 +326,8 @@ Return low-level information on the container `id`
}, },
"Links": ["/name:alias"], "Links": ["/name:alias"],
"PublishAllPorts": false, "PublishAllPorts": false,
"CapAdd: ["NET_ADMIN"], "CapAdd": ["NET_ADMIN"],
"CapDrop: ["MKNOD"] "CapDrop": ["MKNOD"]
} }
} }