Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 629 Bytes

File metadata and controls

21 lines (11 loc) · 629 Bytes

VolumeCreate

Details for creating a volume

Properties

Name Type Description Notes
driver String Name of the volume driver to use.
driverOpts Map<String, String> A mapping of driver options and values. These options are passed directly to the driver and are driver specific.
labels Map<String, String> User-defined key/value metadata.
name String The new volume's name. If not specified, Docker generates a name.

Implemented Interfaces

  • Serializable