mirror of https://github.com/docker/cli.git
Expose new mount points structs in inspect.
Keep old hashes around for old api version calls. Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
parent
ad1ca76a0b
commit
b3db7b8fce
|
@ -95,8 +95,14 @@ To get information on a container use its ID or instance name:
|
||||||
"ExecDriver": "native-0.2",
|
"ExecDriver": "native-0.2",
|
||||||
"MountLabel": "",
|
"MountLabel": "",
|
||||||
"ProcessLabel": "",
|
"ProcessLabel": "",
|
||||||
"Volumes": {},
|
"Mounts": [
|
||||||
"VolumesRW": {},
|
{
|
||||||
|
"Source": "/data",
|
||||||
|
"Destination": "/data",
|
||||||
|
"Mode": "ro,Z",
|
||||||
|
"RW": false
|
||||||
|
}
|
||||||
|
],
|
||||||
"AppArmorProfile": "",
|
"AppArmorProfile": "",
|
||||||
"ExecIDs": null,
|
"ExecIDs": null,
|
||||||
"HostConfig": {
|
"HostConfig": {
|
||||||
|
|
Loading…
Reference in New Issue