Assignment#1

DevOps

MOTOSHARE 🚗🏍️
Turning Idle Vehicles into Shared Rides & Earnings

From Idle to Income. From Parked to Purpose.
Earn by Sharing, Ride by Renting.
Where Owners Earn, Riders Move.
Owners Earn. Riders Move. Motoshare Connects.

With Motoshare, every parked vehicle finds a purpose. Owners earn. Renters ride.
🚀 Everyone wins.

Start Your Journey with Motoshare

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