Skip to content

Instantly share code, notes, and snippets.

@radut
Forked from rmetzler/ssh-d4m
Created August 20, 2020 23:08
Show Gist options
  • Save radut/1fbfc8b8792764cfe1024ff78bbe339b to your computer and use it in GitHub Desktop.
Save radut/1fbfc8b8792764cfe1024ff78bbe339b to your computer and use it in GitHub Desktop.
SSH into Docker for Mac xhyve VM
1. screen ~/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux/tty
2. when done use CTRL-A CTRL-\ and then y (for yes) to exit
Alternative method:
1. docker run -it --privileged --pid=host debian nsenter -t 1 -m -u -n -i sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment