Add dockerfile for DEBUGGING purposes!
This commit is contained in:
6
debug_docker/launch.sh
Executable file
6
debug_docker/launch.sh
Executable 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
|
||||
Reference in New Issue
Block a user