A sshd reverse proxy client that allows exposing a service on an edge device on a server
977
version: "3.3"
services:
httptest:
image: httpd:2.4
expose:
- 80
ports:
- "8080:80"
proxyclient:
image: einmalpizzafunghibitte/sshd-reverseproxy-client:latest
volumes:
- ./proxyclientprivate.key:/root/private.key:ro
- ./known_hosts:/root/.ssh/known_hosts:ro
tty: true
environment:
- ADDRESS_TO_PROXY=httptest:80
- REMOTE_SSH_PORT=2222
- REMOTE_PROXY_ADDRESS=1.2.3.4
Content type
Image
Digest
sha256:d0063ccd7…
Size
103 MB
Last updated
over 1 year ago
docker pull einmalpizzafunghibitte/sshd-reverseproxy-client