mirror of
https://github.com/deadbeefmonster/docker-binaryexploitation.git
synced 2025-11-08 16:13:57 +01:00
add build, run, and shell scripts
This commit is contained in:
parent
c2ed7c7e20
commit
ad3e2b5e0d
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user