mirror of
https://github.com/deadbeefmonster/docker-binaryexploitation.git
synced 2025-12-29 10:18:27 +01:00
add build, run, and shell scripts
This commit is contained in:
2
build.sh
Executable file
2
build.sh
Executable file
@@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
docker build -t docker-binaryexploitation:ubuntu19.10 .
|
||||||
3
run.sh
Executable file
3
run.sh
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
docker run --rm -v "$(pwd):/pwd" --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -d --name docker-binaryexploitation -i docker-binaryexploitation:ubuntu19.10
|
||||||
|
|
||||||
Reference in New Issue
Block a user