A simple docker image to enable an easy but dirty tunnel mounting
3.1K
A simple docker image to enable an easy but dirty tunnel mounting
docker run -d \
--net=host \
-e GATEWAY_HOST="my.gateway.host" \
-e GATEWAY_USER="user" \
-e GATEWAY_PWD="password" \
-e TUNNEL_LOCAL_PORT="local_port" \
-e TUNNEL_REMOTE_HOST="my.remote.host" \
-e TUNNEL_REMOTE_PORT="remote_port" \
amontaigu/tunnel
Trap better docker stop signals.
Content type
Image
Digest
sha256:6e35f45ea…
Size
67.2 MB
Last updated
almost 10 years ago
docker pull amontaigu/tunnel