Sign inSign up

amontaigu/tunnel

By amontaigu

Updated almost 10 years ago

A simple docker image to enable an easy but dirty tunnel mounting

Image
0

3.1K

amontaigu/tunnel repository overview

docker-tunnel

Introduction

A simple docker image to enable an easy but dirty tunnel mounting

Usage

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

Documentation and references

TODO

Trap better docker stop signals.

Tag summary

Content type

Image

Digest

sha256:6e35f45ea

Size

67.2 MB

Last updated

almost 10 years ago

docker pull amontaigu/tunnel