次の方法で共有


ContainerState Class

The container instance state.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

ContainerState(**kwargs: Any)

Variables

Name Description
state
str

The state of the container instance.

start_time

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

The date-time when the container instance state finished.

detail_status
str

The human-readable status of the container instance state.