mirror of https://github.com/docker/docs.git
Merge pull request #9884 from flowlo/patch-1
doc: Standardise JSON examples
This commit is contained in:
commit
ceedaceb5c
|
@ -199,7 +199,6 @@ Return low-level information on the container `id`
|
|||
"Volumes": {},
|
||||
"VolumesFrom": "",
|
||||
"WorkingDir": ""
|
||||
|
||||
},
|
||||
"State": {
|
||||
"Running": false,
|
||||
|
|
|
@ -208,7 +208,6 @@ Return low-level information on the container `id`
|
|||
"Volumes": {},
|
||||
"VolumesFrom": "",
|
||||
"WorkingDir": ""
|
||||
|
||||
},
|
||||
"State": {
|
||||
"Running": false,
|
||||
|
|
|
@ -202,7 +202,6 @@ Return low-level information on the container `id`
|
|||
"Volumes": {},
|
||||
"VolumesFrom": "",
|
||||
"WorkingDir": ""
|
||||
|
||||
},
|
||||
"State": {
|
||||
"Running": false,
|
||||
|
|
|
@ -211,7 +211,6 @@ Return low-level information on the container `id`
|
|||
"Volumes": {},
|
||||
"VolumesFrom": "",
|
||||
"WorkingDir": ""
|
||||
|
||||
},
|
||||
"State": {
|
||||
"Running": false,
|
||||
|
@ -246,8 +245,8 @@ Return low-level information on the container `id`
|
|||
},
|
||||
"Links": ["/name:alias"],
|
||||
"PublishAllPorts": false,
|
||||
"CapAdd: ["NET_ADMIN"],
|
||||
"CapDrop: ["MKNOD"]
|
||||
"CapAdd": ["NET_ADMIN"],
|
||||
"CapDrop": ["MKNOD"]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -292,7 +292,6 @@ Return low-level information on the container `id`
|
|||
"Volumes": {},
|
||||
"VolumesFrom": "",
|
||||
"WorkingDir": ""
|
||||
|
||||
},
|
||||
"State": {
|
||||
"Running": false,
|
||||
|
@ -327,8 +326,8 @@ Return low-level information on the container `id`
|
|||
},
|
||||
"Links": ["/name:alias"],
|
||||
"PublishAllPorts": false,
|
||||
"CapAdd: ["NET_ADMIN"],
|
||||
"CapDrop: ["MKNOD"]
|
||||
"CapAdd": ["NET_ADMIN"],
|
||||
"CapDrop": ["MKNOD"]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -292,7 +292,6 @@ Return low-level information on the container `id`
|
|||
"Volumes": {},
|
||||
"VolumesFrom": "",
|
||||
"WorkingDir": ""
|
||||
|
||||
},
|
||||
"State": {
|
||||
"Running": false,
|
||||
|
@ -327,8 +326,8 @@ Return low-level information on the container `id`
|
|||
},
|
||||
"Links": ["/name:alias"],
|
||||
"PublishAllPorts": false,
|
||||
"CapAdd: ["NET_ADMIN"],
|
||||
"CapDrop: ["MKNOD"]
|
||||
"CapAdd": ["NET_ADMIN"],
|
||||
"CapDrop": ["MKNOD"]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -292,7 +292,6 @@ Return low-level information on the container `id`
|
|||
"Volumes": {},
|
||||
"VolumesFrom": "",
|
||||
"WorkingDir": ""
|
||||
|
||||
},
|
||||
"State": {
|
||||
"Running": false,
|
||||
|
@ -330,8 +329,8 @@ Return low-level information on the container `id`
|
|||
},
|
||||
"Links": ["/name:alias"],
|
||||
"PublishAllPorts": false,
|
||||
"CapAdd: ["NET_ADMIN"],
|
||||
"CapDrop: ["MKNOD"]
|
||||
"CapAdd": ["NET_ADMIN"],
|
||||
"CapDrop": ["MKNOD"]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -190,7 +190,6 @@ Return low-level information on the container `id`
|
|||
"Volumes": {},
|
||||
"VolumesFrom": "",
|
||||
"WorkingDir": ""
|
||||
|
||||
},
|
||||
"State": {
|
||||
"Running": false,
|
||||
|
|
|
@ -238,7 +238,6 @@ Return low-level information on the container `id`
|
|||
"Volumes": {},
|
||||
"VolumesFrom": "",
|
||||
"WorkingDir": ""
|
||||
|
||||
},
|
||||
"State": {
|
||||
"Running": false,
|
||||
|
|
|
@ -192,7 +192,6 @@ Return low-level information on the container `id`
|
|||
"Volumes": {},
|
||||
"VolumesFrom": "",
|
||||
"WorkingDir": ""
|
||||
|
||||
},
|
||||
"State": {
|
||||
"Running": false,
|
||||
|
|
|
@ -216,7 +216,6 @@ Return low-level information on the container `id`
|
|||
"Volumes": {},
|
||||
"VolumesFrom": "",
|
||||
"WorkingDir": ""
|
||||
|
||||
},
|
||||
"State": {
|
||||
"Running": false,
|
||||
|
|
|
@ -216,7 +216,6 @@ Return low-level information on the container `id`
|
|||
"Volumes": {},
|
||||
"VolumesFrom": "",
|
||||
"WorkingDir": ""
|
||||
|
||||
},
|
||||
"State": {
|
||||
"Running": false,
|
||||
|
|
Loading…
Reference in New Issue