8 lines
266 B
Bash
Executable File
8 lines
266 B
Bash
Executable File
rm -f parent
|
|
find .. -maxdepth 1 -type f | xargs tar cvf parent.tar.xz
|
|
cp ../fnetd .
|
|
docker container rm binex_project
|
|
docker image rm binex_project
|
|
docker build -t binex_project .
|
|
docker run -it -p 8001:1337 --cap-add=SYS_PTRACE --name binex_project binex_project
|