Skip to content

dsdk / v1.47 / VolumeCreateOptions

Type Alias: VolumeCreateOptions ​

VolumeCreateOptions: object

Volume configuration

Type declaration ​

NameTypeDescription
ClusterVolumeSpec?ClusterVolumeSpec-
Driver?stringName of the volume driver to use.
DriverOpts?objectA mapping of driver options and values. These options are passed directly to the driver and are driver specific.
Labels?objectUser-defined key/value metadata.
Name?stringThe new volume's name. If not specified, Docker generates a name.