DockerEngineAPI.Model.TaskSpecContainerSpecConfigsInnerFile (ex_docker_api v1.48.1)

View Source

File represents a specific target that is backed by a file. <p><br /><p> > Note: Configs.File and Configs.Runtime are mutually exclusive

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.TaskSpecContainerSpecConfigsInnerFile{
  GID: String.t() | nil,
  Mode: integer() | nil,
  Name: String.t() | nil,
  UID: String.t() | nil
}

Functions

decode(value)