This is the Git repo of the dockerized_fbctf image. It's more easier for you to run fbctf in dev or prod mode.
Default dev mode account: admin && password
Relevant links: fbctf | dockerized_fbctf
##Table of contents
This image use fbctf_base as its base image, and support dev and prod mode now.
All you need to do is docker pull qazbnm456/dockerized_fbctf and run docker run -p 80:80 -p 443:443 --rm qazbnm456/dockerized_fbctf. :D
- Simply clone this repo and cd to it, then
docker build -t="dockerized_fbctf" ., and it will build fbctf in dev mode. If you want build fbctf in prod mode,docker build --build-arg MODE=prod --build-arg DOMAIN=YOUR_DOMAIN -t="dockerized_fbctf" .. docker run -p 80:80 -p 443:443 --rm dockerized_fbctf- Go to http://localhost and you should be able to play with fbctf :)
- Merging into upstreamm. Track the PR.
