> For the complete documentation index, see [llms.txt](https://docs.proxyman.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proxyman.com/debug-devices/docker.md).
# Docker
Capture HTTP/HTTPS traffic from Docker services and configure containers to route outgoing requests through Proxyman.
### 1. Capture traffic from your Docker Container
By default, Proxyman can capture all traffic that you access from your Docker Container if you access it from your Mac Devices.
To elaborate, here is the sample Docker Container:
1. Set up a simple HTTP Server by NodeJS + Express. Then Dockerizing it. You can find it at