stormchaser-runner-docker 1.3.1

A robust, distributed workflow engine for event-driven and human-triggered workflows.
Documentation
1
2
3
4
5
6
//! Docker runner implementation for Stormchaser

/// Docker container state machine
pub mod container_machine;
/// Trait abstractions for Docker and NATS
pub mod traits;