ContainerState Class
The container instance state.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
ContainerState
Constructor
ContainerState(**kwargs)
Variables
- state
- str
The state of the container instance.
- start_time
- datetime
The date-time when the container instance state started.
- exit_code
- int
The container instance exit codes correspond to those from the docker run
command.
- finish_time
- datetime
The date-time when the container instance state finished.
- detail_status
- str
The human-readable status of the container instance state.
Feedback
Submit and view feedback for