docker-sdk-rust/docs/MountTmpfsOptions.md
2025-06-16 16:37:36 +07:00

778 B

MountTmpfsOptions

Properties

Name Type Description Notes
size_bytes Option<i64> The size for the tmpfs mount in bytes. [optional]
mode Option<i32> The permission mode for the tmpfs mount in an integer. [optional]
options Option<Vec<Vec>> The options to be passed to the tmpfs mount. An array of arrays. Flag options should be provided as 1-length arrays. Other types should be provided as as 2-length arrays, where the first item is the key and the second the value. [optional]

[Back to Model list] [Back to API list] [Back to README]