docker.state¶
Docker state events
Type: object
No Additional Properties
DockerStateChangedEvent
Type: objectNo Additional Properties
StatusResult
Type: objectEvent fields.
No Additional PropertiesDescription
Type: stringHuman-readable description of the current Docker service status.
Status
Type: enum (of string)Current state of the Docker service.
Must be one of:
- "PENDING"
- "RUNNING"
- "STOPPED"
- "INITIALIZING"
- "STOPPING"
- "UNCONFIGURED"
- "FAILED"
- "MIGRATING"
- "MIGRATION_FAILED"
Required roles: DOCKER_READ