Alpine Linux Image which exposes a ssh daemon with support for tunneling traffic.
docker build -t alpine-sshd .
docker run --name sshd-run -p PUBLIC_SSH_PORT:22 -p REVERSE_PROXY_LISTEN_IP:9001:9001 -d alpine-sshd
Alpine Linux Image which exposes a ssh daemon with support for tunneling traffic.
Alpine Linux Image which exposes a ssh daemon with support for tunneling traffic.
docker build -t alpine-sshd .
docker run --name sshd-run -p PUBLIC_SSH_PORT:22 -p REVERSE_PROXY_LISTEN_IP:9001:9001 -d alpine-sshd
Alpine Linux Image which exposes a ssh daemon with support for tunneling traffic.
MIT License