Skip to content

Instantly share code, notes, and snippets.

@post2web
Forked from jibs/gcloud-port-forward.md
Last active March 30, 2018 03:40
Show Gist options
  • Save post2web/1d6fb045067e42a570fe4a7ab6fdd12f to your computer and use it in GitHub Desktop.
Save post2web/1d6fb045067e42a570fe4a7ab6fdd12f to your computer and use it in GitHub Desktop.
port forwarding with a google cloud instance

gcloud compute ssh instance-0 --ssh-flag="-L 8888:localhost:8888"

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