Table of Contents

About

Mount in docker

Type

The type can be:

Management

List

docker inspect machineName

and looks at the section Mounts

"Mounts": [
	{
		"Type": "bind",
		"Source": "/host_mnt/c/code/bdm",
		"Destination": "/ansible/playbooks",
		"Mode": "",
		"RW": true,
		"Propagation": "rprivate"
	}
],

where: