View Source DockerEngineAPI.Model.MountTmpfsOptions (testcontainers v1.12.0)

Optional configuration for the tmpfs type.

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.MountTmpfsOptions{
  Mode: integer() | nil,
  SizeBytes: integer() | nil
}

Functions

decode(value)