Title: brianjonestown
Category: Web
Flag: libctf{better_than_the_original}
Difficulty: easy
The following will pull the latest 'elttam/ctf-brianjonestown' image from DockerHub, run a new container named 'libctfso-brianjonestown', and publish the vulnerable service on port 80:
docker run --rm \
--publish 80:80 \
--name libctfso-brianjonestown \
elttam/ctf-brianjonestown:latest
If you prefer to build the 'elttam/ctf-brianjonestown' image yourself you can do so first with:
docker build ${PWD} \
--tag elttam/ctf-brianjonestown:latest