Assignment#1 for DevSecOps Batch

Title – List of 20 popular commands of docker

docker info, docker version, docker images, docker ps, docker run, docker pull, docker rm <container>, docker rmi <image>, docker tag <src_image> <name>:<version>, docker create, docker start, docker stop, docker pause, docker unpause, docker push, docker kill, docker inspect, docker exec, docker logs <container>, docker restart

Title – How to configure SMTP server in Sonarqube?

In the sonaqube GUI –> Go to administration –> General –> Under Email section –> Set up the smtp server configuration and test the email functionality

Screenshot of sonarqube GUI

Title – List of most popular plugins of Jenkins from plugins.jenkins.io/

Git – For integrating Git with Jenkins

Mailer – Configure mail notifications for build results

Performance – Get performance report of test suites

Pipeline – Script the pipeline

Sonarqube Scanner

JIRA

Green Balls Plugin

Amazon EC2

Docker plugin for Jenkins