Preparing search index...
The search index is not available
@jholtmeyer/docker-api-ts
@jholtmeyer/docker-api-ts
ExecInspectResponse
Interface ExecInspectResponse
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
;
}
Index
Properties
Can
Remove?
ContainerID?
Detach
Keys?
Exit
Code?
ID?
Open
Stderr?
Open
Stdin?
Open
Stdout?
Pid?
Process
Config?
Running?
Properties
Optional
Can
Remove
Can
Remove
?:
boolean
Optional
ContainerID
ContainerID
?:
string
Optional
Detach
Keys
Detach
Keys
?:
string
Optional
Exit
Code
Exit
Code
?:
number
Optional
ID
ID
?:
string
Optional
Open
Stderr
Open
Stderr
?:
boolean
Optional
Open
Stdin
Open
Stdin
?:
boolean
Optional
Open
Stdout
Open
Stdout
?:
boolean
Optional
Pid
Pid
?:
number
The system process ID for the exec process.
Optional
Process
Config
Process
Config
?:
ProcessConfig
Optional
Running
Running
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Can
Remove
ContainerID
Detach
Keys
Exit
Code
ID
Open
Stderr
Open
Stdin
Open
Stdout
Pid
Process
Config
Running
@jholtmeyer/docker-api-ts
Loading...
ExecInspectResponse