View Source DockerEngineAPI.Model.MountPoint (testcontainers v1.11.6)

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() | nil,
  Driver: String.t() | nil,
  Mode: String.t() | nil,
  Name: String.t() | nil,
  Propagation: String.t() | nil,
  RW: boolean() | nil,
  Source: String.t() | nil,
  Type: String.t() | nil
}

Functions