/ctf-quick-docker

for those times you want to ctf but forgot to set up your environment

Primary LanguageDockerfileApache License 2.0Apache-2.0

CTF Docker Setup

Tested on Ubuntu 22.04.03 LTS x86_64

Build

docker build -t ctf -f Dockerfile .

Run/Us

  • cd $challenge\_dir
  • docker run --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -it --rm -v"$(pwd):/home/user/chall" --name ctf ctf
    • I usually add this to my [bash|zsh]rc as an alias

Stats

  • 4.16 GB image size