mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
doc: Broaden JSON standardisation by patching
This is: git format-patch -1 --stdout HEAD \ | patch -p1 docs/sources/reference/api/docker_remote_api_v1.*.md Applying the changes I initially made on the docs for v1.15 to all other versions led to acceptable results. Signed-off-by: Lorenz Leutgeb <lorenz.leutgeb@gmail.com>
This commit is contained in:
parent
e583cc1eb4
commit
975f5b0c28
17 changed files with 915 additions and 926 deletions
|
@ -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,
|
||||
|
@ -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…
Add table
Add a link
Reference in a new issue