Skip to content

Instantly share code, notes, and snippets.

@mgax
Created February 17, 2021 12:49
Show Gist options
  • Save mgax/1f98168bae6280fec4830858b30da865 to your computer and use it in GitHub Desktop.
Save mgax/1f98168bae6280fec4830858b30da865 to your computer and use it in GitHub Desktop.
Run a debugging Docker container on Mac
docker run --detach --name debug --privileged --net=host --pid=host debian tail -f /dev/null
docker exec -it debug apt update
docker exec -it debug apt install git tmux htop sysstat procps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment