Skip to content

Instantly share code, notes, and snippets.

@retpolanne
Last active February 22, 2019 23:27
Show Gist options
  • Save retpolanne/e4f70ddc1e79a8752773ef9e475650f4 to your computer and use it in GitHub Desktop.
Save retpolanne/e4f70ddc1e79a8752773ef9e475650f4 to your computer and use it in GitHub Desktop.
#!/bin/bash
docker run --privileged --cap-add=SYS_PTRACE --name gdb-docker -v "$PWD":/usr/src/assembly -w /usr/src/assembly -it ubuntu:latest $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment