Skip to content
View SudarshanTevari's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Bangalore
  • 17:19 (UTC +05:30)

Block or report SudarshanTevari

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Setup SonarQube on docker container Setup SonarQube on docker container
    1
    # How to setup SonarQube with PostgreSQL DB on Docker Container?
    2
    * Let's start creating a docker network for both SonarQube and PostgreSQL database, as they both need to be on the same network to communicate with each other.
    3
    * If you are restarting the server make sure the docker service is enabled so that it will automatically start SonarQube and PostgreSQL docker containers.
    4
    
                  
    5
    You can enable docker by passing command:
  2. web-app-project web-app-project Public

    This is a CICD project

    Java 1 5

  3. webapp-config-files webapp-config-files Public

    Configuration files for web-app project

  4. devops-project devops-project Public

    Go

  5. Docker container creation using sona... Docker container creation using sonatype/nexus3 image for ARM64 or (linux/arm64/v8)
    1
    To build the “sonatype/nexus3” Docker image from the Dockerfile on an ARM64 or (linux/arm64/v8) machine, you can follow these steps:
    2
    * Clone the repository containing the Dockerfile by running the following command:
    3
    ```
    4
    git clone https://github.com/sonatype/docker-nexus3.git
    5
    ```