About
Type
The type can be:
- bind, Docker - Bind mount
- volume, Docker - Volume Mount
- or tmpfs tmpfs
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:
- type can be :