Skip to content

Instantly share code, notes, and snippets.

@connormanning
Created February 21, 2018 18:11
Show Gist options
  • Save connormanning/fd9906782d3e6512291a6f34f4f9cae3 to your computer and use it in GitHub Desktop.
Save connormanning/fd9906782d3e6512291a6f34f4f9cae3 to your computer and use it in GitHub Desktop.
Greyhound GDB
docker run -d \
--name gdb \
--security-opt seccomp=unconfined \
--cap-add=SYS_PTRACE \
-p 80:80 \
-v /whatever/volume/mappings:/something \
-v `pwd`:/opt/home \
connormanning/greyhound:dev \
-c "(nohup greyhound -c /opt/home/config.json > /var/log/greyhound.txt &) && tail -f /var/log/greyhound.txt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment