ExecInspectResponse

interface ExecInspectResponse {
    CanRemove?: boolean;
    ContainerID?: string;
    DetachKeys?: string;
    ExitCode?: number;
    ID?: string;
    OpenStderr?: boolean;
    OpenStdin?: boolean;
    OpenStdout?: boolean;
    Pid?: number;
    ProcessConfig?: ProcessConfig;
    Running?: boolean;
}

Properties

CanRemove?: boolean
ContainerID?: string
DetachKeys?: string
ExitCode?: number
ID?: string
OpenStderr?: boolean
OpenStdin?: boolean
OpenStdout?: boolean
Pid?: number

The system process ID for the exec process.

ProcessConfig?: ProcessConfig
Running?: boolean