docker run --restart=always -d -p <HTTPS_PORT>:443 esepublic/stunnel /server.sh
docker run --restart=always -d -e STUNNEL_SERVER_HOST=<HTTPS_HOST> \
-e STUNNEL_SERVER_PORT=<HTTPS_PORT> -p <SSH_PORT>:22 esepublic/stunnel /client.sh
ssh <remote_user>@localhost -p <SSH_PORT>
Content type
Image
Digest
sha256:b44556e15…
Size
69.3 MB
Last updated
almost 11 years ago
docker pull esepublic/stunnel