fixed comments
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
|
||||
//! # Docker Module
|
||||
//!
|
||||
//! This module provides Docker integration for WatcherAgent, including container enumeration, statistics, and lifecycle management.
|
||||
//!
|
||||
//! ## Responsibilities
|
||||
//! - **Container Management:** Lists, inspects, and manages Docker containers relevant to the agent.
|
||||
//! - **Statistics Aggregation:** Collects network and CPU statistics for all managed containers.
|
||||
//! - **Lifecycle Operations:** Supports container restart and ID lookup for agent self-management.
|
||||
//!
|
||||
/// # Docker Module
|
||||
///
|
||||
/// This module provides Docker integration for WatcherAgent, including container enumeration, statistics, and lifecycle management.
|
||||
///
|
||||
/// ## Responsibilities
|
||||
/// - **Container Management:** Lists, inspects, and manages Docker containers relevant to the agent.
|
||||
/// - **Statistics Aggregation:** Collects network and CPU statistics for all managed containers.
|
||||
/// - **Lifecycle Operations:** Supports container restart and ID lookup for agent self-management.
|
||||
///
|
||||
pub mod container;
|
||||
pub mod serverclientcomm;
|
||||
|
||||
|
Reference in New Issue
Block a user