A port forwarder run as a service with the help of socat.
1.1K
A simple port forwarder using socat.
A port forwarder run as a service with the help of socat.
Use cases are numerous; one can e.g. expose already running containers to the world for a limited time:
docker run --rm -it --link hidden-container:host --publish 80:80 pwes/port-forwarder 80 host:80
Content type
Image
Digest
Size
3.1 MB
Last updated
over 10 years ago
docker pull pwes/port-forwarder