From c2ed7c7e205b74d957976522aad8cb22fec25ade Mon Sep 17 00:00:00 2001 From: sog Date: Sat, 18 Apr 2020 09:54:58 -0400 Subject: [PATCH] add build, run, and shell scripts --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d5d9ee0..01410bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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