View Source DockerEngineAPI.Model.MountTmpfsOptions (docker_engine_api v1.43.0)

Optional configuration for the `tmpfs` type.

Summary

Types

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