Shot the CI/CD Infra with Docker

less than 1 minute read

Having an standard Software Infrastructure can help to make reliable software.

Audience

Developers, DevOps Engineers, and SysAdmins.

Challenges

  • Version Control : Git
  • Tests : CI (Jenkins)
  • Code Quality : SonarQube
  • Make Releases : CD (Jenkins)

Solution

I’ve use Docker Compose to integrate all above technologies in Enterprise Level.