Created
February 21, 2018 18:11
-
-
Save connormanning/fd9906782d3e6512291a6f34f4f9cae3 to your computer and use it in GitHub Desktop.
Greyhound GDB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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