DockerEngineAPI.Model.MountType (ex_docker_api v1.55.0)

View Source

The mount type. Available types: - bind a mount of a file or directory from the host into the container. - cluster a Swarm cluster volume. - image an OCI image. - npipe a named pipe from the host into the container. - tmpfs a tmpfs. - volume a docker volume with the given Name.

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.MountType{}

Functions

decode(value)