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

MountPoint represents a mount point configuration inside the container. This is used for reporting the mountpoints in use by a container.

Summary

Types

@type t() :: %DockerEngineAPI.Model.MountPoint{
  Destination: String.t(),
  Driver: String.t(),
  Mode: String.t(),
  Name: String.t(),
  Propagation: String.t(),
  RW: boolean(),
  Source: String.t(),
  Type: String.t()
}