A device mapping between the host and container
@type t() :: %DockerEngineAPI.Model.DeviceMapping{ CgroupPermissions: String.t() | nil, PathInContainer: String.t() | nil, PathOnHost: String.t() | nil }