Skip to content

Instantly share code, notes, and snippets.

@naqushab
Forked from initcron/screen-stuff.md
Created July 26, 2021 08:42
Show Gist options
  • Save naqushab/546565d9fae61b03c84779e5741e6c1e to your computer and use it in GitHub Desktop.
Save naqushab/546565d9fae61b03c84779e5741e6c1e to your computer and use it in GitHub Desktop.
screen and Docker for Mac

screen ~/Library/Containers//com.docker.docker/Data/vms/0/tty


screen -AmdS docker ~/Library/Containers//com.docker.docker/Data/vms/0/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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment