volumesFrom property
Data volumes to mount from another container. This parameter maps to
VolumesFrom in the Create
a container section of the Docker Remote API and
the --volumes-from option to docker
run.
Implementation
final List<VolumeFrom>? volumesFrom;