Add dockerfile for DEBUGGING purposes!

This commit is contained in:
Johannes Maier
2024-01-12 01:36:52 +01:00
parent 74bed6b74d
commit b56a224044
3 changed files with 66 additions and 0 deletions

6
debug_docker/launch.sh Executable file
View File

@@ -0,0 +1,6 @@
rm -f parent
find .. -maxdepth 1 -type f | xargs tar cvf parent.tar.xz
docker container rm binex_project
docker image rm binex_project
docker build -t binex_project .
docker run -it -p 1337:1337 --cap-add=SYS_PTRACE --name binex_project binex_project