Created
July 21, 2017 14:52
-
-
Save haisum/bb2136e83489edaaf3e83e0fca968979 to your computer and use it in GitHub Desktop.
Forward unexposed docker ports
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh -N -T -L *:8001:localhost:8000 dockerhost.local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ssh -N -T -L *:5005:127.0.0.1:5005 10.74.65.102