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:
parent
b2ab733c99
commit
e583cc1eb4
1 changed files with 143 additions and 144 deletions
|
@ -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"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue