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": {