screen ~/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux/tty
screen -AmdS docker ~/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux/tty
screen -r docker
# enter, then disconnect with Ctrl-a d
screen -S docker -p 0 -X stuff $(printf root\\r\\n)
screen -r docker
screen -S docker -X quit
Created
May 1, 2016 22:39
-
-
Save gesellix/d61d68e20ab09ac3561a3c16e619c25a to your computer and use it in GitHub Desktop.
screen and Docker for Mac
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Docker will start a screen on the host??
Any Documentation on how it works??