mirror of
https://github.com/deadbeefmonster/docker-binaryexploitation.git
synced 2025-11-09 01:03:58 +01:00
add build, run, and shell scripts
This commit is contained in:
parent
3550da46ce
commit
c2ed7c7e20
@ -3,9 +3,9 @@
|
|||||||
###
|
###
|
||||||
|
|
||||||
|
|
||||||
# docker build -t docker-binaryexploitation:ubuntu19.10 .
|
# Build the docker container -> build.sh
|
||||||
# docker run --rm -v $PWD:/pwd --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -d --name docker-binaryexploitation -i docker-binaryexploitation:ubuntu19.10
|
# Run the docker container -> run.sh
|
||||||
# docker exec -it docker-binaryexploitation /bin/bash
|
# Get a shell in the container -> shell.sh
|
||||||
|
|
||||||
FROM ubuntu:19.10
|
FROM ubuntu:19.10
|
||||||
ENV LC_CTYPE C.UTF-8
|
ENV LC_CTYPE C.UTF-8
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user