Skip to main content

Module container_machine

Module container_machine 

Source
Expand description

Docker container state machine Docker container execution state machine.

Modules§

crypto
Cryptographic utilities for container state encryption.
docker_utils
Docker-specific helper utilities.
state
State types for the container state machine.
transitions
State machine transitions for containers.

Structs§

ContainerMetadata
Metadata associated with a container executing a workflow step.
ContainerMetrics
Metrics collected during or after the container’s execution.
DockerContainerMachine
The core state machine representing a Docker container’s lifecycle.

Enums§

ContainerState
The final outcome state of the container.
StartResult
The result of attempting to start the container.