Docker - Mount

Card Puncher Data Processing

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:







Share this page:
Follow us:
Task Runner