This is docker run command from current service port 4444 to destination 192.168.1.101:3333.
docker run -d --rm \
-p 4444:4444 \
-e SRC_PORT=4444 \
-e DST_ADDR=192.168.1.101:3333 \
papawin/tcp-forwarder:v1
Now you have localhost:4444 is forward TCP to host 192.168.1.101:3333.
Content type
Image
Digest
sha256:0791c4c45…
Size
5.6 MB
Last updated
4 months ago
docker pull papawin/tcp-forwarder:v1.2