Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
Assignment#1
Q1. Title – List of 20 popular commands of docker
Ans :
- docker version
- docker info
- docker help
- docker images
- docker ps
- docker ps -a
- docker create –name name1 httpd
- docker start abc
- docker stop abc
- docker restart abc
- docker pause abc
- docker unpause abc
- docker kill abc
- docker rm abc
- docker run -d httpd
- docker pull httpd
- docker exec
- docker login
- docker image ls
- docker exec -it [id]
- docker exec [id] touch /opt/abc.txt
- docker attach [id]
- docker inspect [id]
Q2. Title – How to configure SMTP server in Sonarqube?
- go to SonarQube dashboard
- Click on the “Administration” tab.
- Browse to the āConfigurationā
- Go to āGeneral settingsā
- Under General Setting Go to āGeneralā menu.
- In General Menu Under the āEmailā section, fill out uname, pwd, port, host.
Q3. Title – List of most popular plugins of Jenkins from plugins.jenkins.io/
- Jira
- Git Parameter
- Build Pipeline Plugin
- Maven
- AWS CodeDeploy