Attach to Docker Container
intercept_docker_containerIntercept and inspect HTTP(S) traffic from Docker containers by injecting proxy settings to capture all outgoing web traffic for debugging purposes.
Instructions
Intercept all HTTP(S) traffic from a running Docker container. Injects proxy settings into the container to capture all outgoing HTTP traffic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proxyPort | Yes | Proxy port to route traffic through | |
| containerId | Yes | Docker container ID to attach to. Use get_interceptor_metadata with id "docker-attach" to list available containers. |