@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()
}