Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.68 KB

File metadata and controls

27 lines (17 loc) · 1.68 KB

InspectExecSession

Properties

Name Type Description Notes
canRemove Boolean CanRemove is legacy and used purely for compatibility reasons. Will always be set to true, unless the exec session is running. [optional]
containerID String ContainerID is the ID of the container this exec session is attached to. [optional]
detachKeys String DetachKeys are the detach keys used by the exec session. If set to &quot;&quot; the default keys are being used. Will show &quot;<none>&quot; if no detach keys are set. [optional]
exitCode Long ExitCode is the exit code of the exec session. Will be set to 0 if the exec session has not yet exited. [optional]
ID String ID is the ID of the exec session. [optional]
openStderr Boolean OpenStderr is whether the container's STDERR stream will be attached. Always set to true if the exec session created a TTY. [optional]
openStdin Boolean OpenStdin is whether the container's STDIN stream will be attached to. [optional]
openStdout Boolean OpenStdout is whether the container's STDOUT stream will be attached. Always set to true if the exec session created a TTY. [optional]
pid Long Pid is the PID of the exec session's process. Will be set to 0 if the exec session is not running. [optional]
processConfig InspectExecProcess [optional]
running Boolean Running is whether the exec session is running. [optional]

Implemented Interfaces

  • Serializable