View Source DockerEngineAPI.Model.ExecConfig (testcontainers v1.11.6)

Summary

Types

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

Functions