tmpfs property

List<Tmpfs>? tmpfs
final

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;