From b3db7b8fce5cbba67ddef986fb550d03369329c3 Mon Sep 17 00:00:00 2001 From: David Calavera Date: Wed, 3 Jun 2015 12:21:38 -0700 Subject: [PATCH] Expose new mount points structs in inspect. Keep old hashes around for old api version calls. Signed-off-by: David Calavera --- man/docker-inspect.1.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/man/docker-inspect.1.md b/man/docker-inspect.1.md index 1860480ea8..d423431944 100644 --- a/man/docker-inspect.1.md +++ b/man/docker-inspect.1.md @@ -95,8 +95,14 @@ To get information on a container use its ID or instance name: "ExecDriver": "native-0.2", "MountLabel": "", "ProcessLabel": "", - "Volumes": {}, - "VolumesRW": {}, + "Mounts": [ + { + "Source": "/data", + "Destination": "/data", + "Mode": "ro,Z", + "RW": false + } + ], "AppArmorProfile": "", "ExecIDs": null, "HostConfig": {