volumes property

List<String>? volumes
getter/setter pair

Volumes to mount (bind mount) from the host machine files or directories into the container, formatted to match docker run's --volume option, e.g. /foo:/bar, or /foo:/bar:ro

Implementation

core.List<core.String>? volumes;