Thanks to visit codestin.com
Credit goes to hexdocs.pm

DockerEngineAPI.Model.DeviceMapping (testcontainers v1.14.1)

Copy Markdown View Source

A device mapping between the host and container

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.DeviceMapping{
  CgroupPermissions: String.t() | nil,
  PathInContainer: String.t() | nil,
  PathOnHost: String.t() | nil
}

Functions

decode(value)