This repository provides a Docker-powered CI tools demo environment via a single command with docker-compose. It assembles popular CI/CD components—Jenkins, SonarQube, Nexus, GitLab, and Selenium Grid—each running in separate containers, facilitating self-contained integration testing or workshops. It’s not intended for production but serves as a practical demo or launchpad for containerized CI stacks. Each tool runs in an isolated container for modular experimentation. Maintained primarily for workshops and proofs of concept, not for production use. Includes legacy documentation and scripting for Mac users and older setups.
Features
- Launches Jenkins, SonarQube, Nexus, GitLab, and Selenium Grid via Docker Compose
- Each tool runs in an isolated container for modular experimentation
- Simplified setup: clone repo and docker-compose up to start all services
- Demo includes example access URLs and default credentials for testing
- Maintained primarily for workshops and proofs of concept, not for production use
- Includes legacy documentation and scripting (e.g., README-LEGACY.md) for Mac users and older setups
