Skip to content

Instantly share code, notes, and snippets.

@erangaeb
Created March 31, 2016 14:53
Show Gist options
  • Save erangaeb/be4cee56b9a3311f958c6fcfb9ea5b0b to your computer and use it in GitHub Desktop.
Save erangaeb/be4cee56b9a3311f958c6fcfb9ea5b0b to your computer and use it in GitHub Desktop.
SSH to container
# connect as normal ssh session
ssh <user>@<container-ip>
# example
ssh [email protected]
# container ip can be find via container information
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment