Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 290 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 290 Bytes

Docker image to run a Pinggy SSH tunnel

Usage:

docker run \ 
    -e PINGGY_TOKEN="<token>" \
    -e PINGGY_DOMAIN="a.pinggy.io" \
    -e LOCAL_IP="localhost" \
    -e LOCAL_PORT="8080" \
    --entrypoint=/entrypoint.sh \
    sheyabernstein/pinggy