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

@ -73,7 +73,8 @@ volumes. The output should look something similar to the following:
"Destination": "/webapp",
"Driver": "local",
"Mode": "",
"RW": true
"RW": true,
"Propagation": ""
}
]
...