Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!
We spend hours on Instagram and YouTube and waste money on coffee and fast food, but wonāt spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!
Learn from Guru Rajesh Kumar and double your salary in just one year.
Docker commands:
docker images
docker pull image name
docker -version
docker run -it -d imagename
docker ps
docker ps -a
docker create –name ContainerName imagename
docker start ContainerName
docker stop ContainerName
docker restart ContainerName
docker rm containername
docker pause containername
docker kill containername
docker unpause conatinername
docker exec -it containerName bash
How to configure SMTP server in Sonarqube?
Log in to the SonarQube dashboard and click on the āAdministrationā tab.
Browse to the āConfiguration -> General settings -> Generalā menu.
Under the āEmailā section, fill out the required information. The settings below configure SonarQube to send emails through a Gmail account. Replace USERNAME and PASSWORD with your Gmail account username and password, respectively.
SMTP port: 587
SMTP host: smtp.gmail.com
Secure connection: starttls
SMTP password: password
SMTP username: username@gmail.com
Save
List of most popular plugins of Jenkins from plugins.jenkins.io/
Pipeline
Mailer
Git
Subversion
JUnit
Kubernetes
Amazon Elastic Container Service
Azure Container Service
Dashboard View
Build Pipeline
Multijob