port forwarding
1.1K
This image uses socat to forward network traffic as defined by the environment variables.
Due to not being identified by name, I had to use jepbura/pf
Define the following environment variables to configure port-forwarding.
| Variable | Description | Optional |
|---|---|---|
| REMOTE_HOST | IP or address of the host you want to forward traffic to | no |
| REMOTE_PORT | Port on remote host to forward traffic to | yes (Default 1080) |
| LOCAL_PORT | Port where container listens. Must be non-privileged (i.e. >1024) | yes (Default 1080) |
My Docker at Docker Hub: jepbura/pf
Based on marcnuri/port-forward And Based on ministryofjustice/port-forward
My Github: jepbura
Content type
Image
Digest
sha256:5162cde30…
Size
3.6 MB
Last updated
over 3 years ago
docker pull jepbura/pf