DockerEngineAPI.Model.MountBindOptions (ex_docker_api v1.48.0)

View Source

Optional configuration for the bind type.

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.MountBindOptions{
  CreateMountpoint: boolean() | nil,
  NonRecursive: boolean() | nil,
  Propagation: String.t() | nil,
  ReadOnlyForceRecursive: boolean() | nil,
  ReadOnlyNonRecursive: boolean() | nil
}

Functions

decode(value)