Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 346 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 346 Bytes

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