Skip to content

Instantly share code, notes, and snippets.

@haisum
Created July 21, 2017 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haisum/bb2136e83489edaaf3e83e0fca968979 to your computer and use it in GitHub Desktop.
Save haisum/bb2136e83489edaaf3e83e0fca968979 to your computer and use it in GitHub Desktop.
Forward unexposed docker ports
ssh -N -T -L *:8001:localhost:8000 dockerhost.local
@haisum
Copy link
Author

haisum commented Sep 13, 2017

ssh -N -T -L *:5005:127.0.0.1:5005 10.74.65.102

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment