View Source DockerEngineAPI.Model.VolumeCreateOptions (docker_engine_api v1.43.0)

Volume configuration

Summary

Types

@type t() :: %DockerEngineAPI.Model.VolumeCreateOptions{
  ClusterVolumeSpec: ClusterVolumeSpec,
  Driver: String.t(),
  DriverOpts: %{optional(String.t()) => String.t()},
  Labels: %{optional(String.t()) => String.t()},
  Name: String.t()
}