add build, run, and shell scripts

This commit is contained in:
sog 2020-04-18 09:54:58 -04:00
parent 3550da46ce
commit c2ed7c7e20

View File

@ -3,9 +3,9 @@
###
# docker build -t docker-binaryexploitation:ubuntu19.10 .
# docker run --rm -v $PWD:/pwd --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -d --name docker-binaryexploitation -i docker-binaryexploitation:ubuntu19.10
# docker exec -it docker-binaryexploitation /bin/bash
# Build the docker container -> build.sh
# Run the docker container -> run.sh
# Get a shell in the container -> shell.sh
FROM ubuntu:19.10
ENV LC_CTYPE C.UTF-8