Assignment#1 for DevSecOps Batch
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
Prerequisites
Step#1 – Register and Validate your account at bestDevOps.com – https://www.bestdevops.com/wp-login.php?action=register
Step#2 – Login
Step#3 – Create a POST on following questions
Q1. Title – List of 20 popular commands of docker
Solution 1:
- docker create –name ankush1 httpd
- docker ps
- docker ps -a
- docker start ankush1
- docker stop ankush1
- docker restart ankush1
- docker pause ankush1
- docker unpause ankush1
- docker kill ankush1
- docker rm ankush1
- docker version
- docker info
- docker help
- docker pull httpd
- docker create httpd
- docker run -d httpd
- docker exec
- docker image
- docker volume
- docker plugin
Q2. Title – How to configure SMTP server in Sonarqube?
Solution 2:
Navigate to SonarQube server. Under “Adminstration” => “Configuration” => “General” you will find “Email” section to add/update SMTP configuration
E.g. Navigate to http://13.126.220.1:9000/admin/settings
Under General –> Email do the SMPT configurations
Q3. Title – List of most popular plugins of Jenkins from plugins.jenkins.io/
Solution 3:
Below link will provide top plugins of Jenkins
https://plugins.jenkins.io/ui/search?sort=installed&categories=&labels=&view=List&page=1&query=