DockerEngineAPI.Model.ExecStartConfig (ex_docker_api v1.48.1)

View Source

Summary

Types

t()

@type t() :: %DockerEngineAPI.Model.ExecStartConfig{
  ConsoleSize: [integer()] | nil,
  Detach: boolean() | nil,
  Tty: boolean() | nil
}

Functions

decode(value)