Skip to content

Instantly share code, notes, and snippets.

@normoes
Created October 12, 2018 06:18
Show Gist options
  • Save normoes/bec3213dd4aba7d3de0117a659a35e64 to your computer and use it in GitHub Desktop.
Save normoes/bec3213dd4aba7d3de0117a659a35e64 to your computer and use it in GitHub Desktop.
strace within a docker container

Run the container with:

--cap-add sys_admin --cap-add sys_ptrace 

Within the container:

apt-get strace
strace -f -p 1 ls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment