tmpfs property

Map<String, String> get tmpfs

Tmpfs mounts: container path → options string.

Read-only view. Use withTmpfsMount to add entries.

Implementation

Map<String, String> get tmpfs => Map.unmodifiable(_tmpfs);