mountPoints property
The mount points for data volumes in your container.
This parameter maps to Volumes
in the Create
a container section of the Docker Remote API and
the --volume
option to docker
run.
Windows containers can mount whole directories on the same drive as
$env:ProgramData
. Windows containers cannot mount directories
on a different drive, and mount point cannot be across drives.
Implementation
final List<MountPoint>? mountPoints;