Skip to content

Android-sec/dockerized_fbctf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%