Giter Site home page Giter Site logo

dockerized_fbctf's Introduction

Dockerized image for FBCTF

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

asciicast


##Table of contents


Image

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

Build

If you want to build it manually

  1. 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" ..
  2. docker run -p 80:80 -p 443:443 --rm dockerized_fbctf
  3. Go to http://localhost and you should be able to play with fbctf :)

TODO

  • Merging into upstreamm. Track the PR.

dockerized_fbctf's People

Contributors

qazbnm456 avatar

Watchers

Jonni Rainisto avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.