Tag: docker

  • How to Install SonarQube Using Docker

    Introduction SonarQube is an open-source platform for continuous inspection of code quality. It provides detailed reports on bugs, code smells, and security vulnerabilities in your codebase. In this guide, we’ll show you how to install SonarQube, Docker-powered. Prerequisites Step-by-Step Installation This command will download the latest SonarQube Docker image and run it as a daemon.…

  • 5 docker commands to install PostgreSQL (Postgis), MongoDB, MySQL, and Redis

    PostgreSQL where (you can change them on your choice): Hint: using  25432 (or any other rarely used) port prevents conflicts You also can install it directly to your machine using this guide PostgreSQL + Postgis Hint:  -d flag runs the container as a daemon: it starts in the background and you can continue working with the same terminal…