Android-sec / dockerized_fbctf

This repo aims to dockerized fbctf.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerized image for FBCTF

This repo aims to dockerized fbctf.

Relevant links: fbctf


##Table of contents


HowTo

  1. Simply clone this repo and cd to it, then docker build -t="fbctf" ..
  2. docker run -p 80:80 -p 443:443 --rm fbctf
  3. Go to http://localhost and you should be able to view the website :)

p.s. I delete HSTS option cause we are in dev mode, which doesn't help a lot.

TODO

  1. Finish prod mode as well.
  2. Add let's encrypt support.
  3. Minimize image size.

About

This repo aims to dockerized fbctf.


Languages

Language:Shell 100.0%