Linux - Mounting File Systems (CDROM, NFS, SMB, ) in docker
The type can be:
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: