DockerEngineAPI.Model.MountTmpfsOptions (testcontainers v2.1.0)

Copy Markdown View Source

Optional configuration for the tmpfs type.

Summary

Types

t()

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

Functions

decode(value)