Skip to content

Instantly share code, notes, and snippets.

@emanuelhfarias
Created October 15, 2016 19:54
Show Gist options
  • Save emanuelhfarias/6d02d41f4b41dfb5013021f018fca931 to your computer and use it in GitHub Desktop.
Save emanuelhfarias/6d02d41f4b41dfb5013021f018fca931 to your computer and use it in GitHub Desktop.
gdb inside a docker container
#!/bin/bash
docker run -it --security-opt seccomp:unconfined docker_image bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment