tmpfs property
The container path, mount options, and size (in MiB) of the tmpfs mount.
This parameter maps to the --tmpfs
option to docker run.
Implementation
final List<Tmpfs>? tmpfs;
The container path, mount options, and size (in MiB) of the tmpfs mount.
This parameter maps to the --tmpfs
option to docker run.
final List<Tmpfs>? tmpfs;