Skip to content

Instantly share code, notes, and snippets.

@lukaszlach
Created July 29, 2019 10:50
Show Gist options
  • Save lukaszlach/a2efb089656cac812fa07a8f8b7f2882 to your computer and use it in GitHub Desktop.
Save lukaszlach/a2efb089656cac812fa07a8f8b7f2882 to your computer and use it in GitHub Desktop.
VPS_ID=123
docker run -d --name orca-tunnel --restart always \
-p 4040:4040 \
-p 5000:5000 \
-p 8000:8000 -p 8080:8080 -p 8081:8081 -p 8443:8443 \
-p 9000:9000 \
-p 10080:10080 \
-e SSH_USER=d -e SSH_PASSWORD=docker -e SSH_PORT=80 \
lukaszlach/orca-tunnel "vps$VPS_ID.cmd.cat" 4040 5000 8000 8080 8081 8443 9000 10080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment