Container Stats
This API operation retrieves real-time resource usage statistics for a specific Docker container identified by its ID. When called, it returns a continuous stream of JSON-formatted data containing metrics such as CPU usage, memory consumption, network I/O, and block I/O statistics for the specified container. The endpoint supports query parameters to control whether it returns a single snapshot or a continuous stream of statistics, making it useful for monitoring container performance and res...