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

Summary

Types

@type t() :: %DockerEngineAPI.Model.ExecConfig{
  AttachStderr: boolean(),
  AttachStdin: boolean(),
  AttachStdout: boolean(),
  Cmd: [String.t()],
  ConsoleSize: [integer()],
  DetachKeys: String.t(),
  Env: [String.t()],
  Privileged: boolean(),
  Tty: boolean(),
  User: String.t(),
  WorkingDir: String.t()
}