Create a volume
Request body
The new volume's name. If not specified, Docker generates a name.
Name of the volume driver to use.
A mapping of driver options and values. These options are passed directly to the driver and are driver specific.
User-defined key/value metadata.
Response
The request has succeeded.
Name of the volume.
Name of the volume driver used by the volume.
Mount path of the volume on the host.
Date/Time the volume was created.
Low-level details about the volume, provided by the volume driver. Details are returned as a map with key/value pairs: {"key":"value","key2":"value2"}.
The Status field is optional, and is omitted if the volume driver does not support this feature.
User-defined key/value metadata.
The level at which the volume exists. Either global for cluster-wide, or local for machine level.
The driver specific options used when creating the volume.