DockerEngineAPI.Model.ExecConfig (elixir_dea v1.45.7)
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
Link to this function