iximiuz / cdebug

cdebug - a swiss army knife of container debugging
https://iximiuz.com/en/posts/docker-debug-slim-containers/
Apache License 2.0
1.34k stars 47 forks source link

Port forwarding #2

Closed iximiuz closed 1 year ago

iximiuz commented 1 year ago

Example: cdebug port-forward 98 -L 80 -L 18088:80 -L 0.0.0.0:18099:80 -L bridge:80 -L 127.0.0.1:19088:172.17.0.2:80.

Multi-network targets are also supported!