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

596 B

DriverData

Properties

Name Type Description Notes
name String Name of the storage driver.
data std::collections::HashMap<String, String> Low-level storage metadata, provided as key/value pairs. This information is driver-specific, and depends on the storage-driver in use, and should be used for informational purposes only.

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