Details for creating a volume
| 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. |
- Serializable