Container Attach

Attaches to a running container to interact with its input/output streams, enabling real-time communication with the container's process. This operation establishes a bidirectional connection that allows you to send data to the container's stdin and receive data from its stdout and stderr streams. You can configure which streams to attach to using query parameters, and optionally enable TTY mode for interactive terminal sessions. The connection uses either HTTP upgrade protocol or hijacking t...