Table of Contents

About

Linux - Mounting File Systems (CDROM, NFS, SMB, ) 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: