ucrcyber / ccdc_practice_env

Docker-based environmnet used for CCDC-style competition practices

Repository from Github https://github.comucrcyber/ccdc_practice_envRepository from Github https://github.comucrcyber/ccdc_practice_env

# wowwow dockerfiles

``dockerfiles/`` contains ``docker-compose.yml`` files that are made from images pulled from other people or custom-ish images that can be found in ``images/``.

the goal is for different docker-compose files to exist in the dockerfiles folder, and you would cp the file you want to use into the root of the project and then build/bring up the environment

the goal in the long run is to only expose one port for the environment (a jumpbox) that you can rdp or some equivalent into and then interact with the environment normally from there

man docker is op af

To bring environment up: `docker-compose build` and `docker-compose up`

To bring environment down: `docker-compose down` or hit delete 10 million times in docker desktop

About

Docker-based environmnet used for CCDC-style competition practices


Languages

Language:Dockerfile 48.7%Language:Shell 36.9%Language:PHP 14.4%