mirror of
https://github.com/deadbeefmonster/docker-binaryexploitation.git
synced 2025-11-08 21:33:58 +01:00
3 lines
204 B
Bash
Executable File
3 lines
204 B
Bash
Executable File
#!/bin/sh
|
|
docker run --rm -v "$(pwd)/host:/host" -v "$(pwd)/logs:/logs" --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -d --name docker-binaryexploitation -i docker-binaryexploitation:ubuntu20.10
|