Expand description
§arcbox-container
Container runtime for ArcBox.
This crate provides shared container domain types and exec orchestration
primitives used by ArcBox services.
Re-exports§
pub use config::ContainerConfig;pub use error::ContainerError;pub use error::Result;pub use exec::ExecAgentConnection;pub use exec::ExecConfig;pub use exec::ExecId;pub use exec::ExecInstance;pub use exec::ExecManager;pub use exec::ExecStartParams;pub use exec::ExecStartResult;pub use state::Container;pub use state::ContainerId;pub use state::ContainerState;