Auto-Doc is an innovative tool designed to streamline the process of managing and deploying multiple Docker containers 🐳. It's perfect for running multiple CTF challenges at one go.
- Ensure Docker is installed on your system. You can download it from Docker's official website.
- Clone the Auto-Doc repository:
git clone https://github.com/MaanVader/Auto-Doc
- Navigate to the Auto-Doc directory:
cd auto-doc
- Prepare your Docker environment as per the instructions in 'docker.txt'.
- The 'docker.txt' file should contain paths to Dockerfiles, container names, and port mappings. For example:
/path/to/Dockerfile,container_name,port_mapping
- Run the 'upload.py' script to initiate the setup:
python upload.py
- This script will read 'docker.txt', build Docker images, and spin up containers based on the configurations provided.