Created
October 24, 2018 06:37
-
-
Save carmenlau/642429010e218eb0c37d5c2d0ec03aca to your computer and use it in GitHub Desktop.
SSH into Docker for Mac xhyve VM
This file contains 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
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