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

Optional configuration for the `volume` type.

Summary

Types

@type t() :: %DockerEngineAPI.Model.MountVolumeOptions{
  DriverConfig: MountVolumeOptionsDriverConfig,
  Labels: %{optional(String.t()) => String.t()},
  NoCopy: boolean()
}