Container Attach Websocket

Attach to a container via WebSocket to interact with its stdin, stdout, and stderr streams in real-time. This endpoint establishes a WebSocket connection to the specified container identified by its ID or name, allowing bidirectional communication for executing commands and receiving output. You can control which streams to attach (stdin, stdout, stderr) using query parameters, and optionally view historical logs. The WebSocket connection enables interactive sessions with running containers, ...