mountPoints property

List<MountPoint>? mountPoints
final

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.

Implementation

final List<MountPoint>? mountPoints;