Merge pull request #19252 from HackToday/fix-vol-resp-doc

Update response content for volume mounts
Upstream-commit: 63525a6dc5f7be370736ec2905d40a8c8fdf1162
Component: engine
This commit is contained in:
Vincent Demeester
2016-01-14 09:15:13 +01:00
2 changed files with 10 additions and 3 deletions

View File

@ -220,10 +220,13 @@ Create a container
},
"Mounts": [
{
"Name": "fac362...80535",
"Source": "/data",
"Destination": "/data",
"Driver": "local",
"Mode": "ro,Z",
"RW": false
"RW": false,
"Propagation": ""
}
],
"WorkingDir": "",
@ -572,10 +575,13 @@ Return low-level information on the container `id`
},
"Mounts": [
{
"Name": "fac362...80535",
"Source": "/data",
"Destination": "/data",
"Driver": "local",
"Mode": "ro,Z",
"RW": false
"RW": false,
"Propagation": ""
}
]
}