Assignment#1

Q1. Title – List of 20 popular commands of docker

Ans :

  1. docker version
  2. docker info
  3. docker help
  4. docker images
  5. docker ps
  6. docker ps -a
  7. docker create –name name1 httpd
  8. docker start abc
  9. docker stop abc
  10. docker restart abc
  11. docker pause abc
  12. docker unpause abc
  13. docker kill abc
  14. docker rm abc
  15. docker run -d httpd
  16. docker pull httpd
  17. docker exec
  18. docker login
  19. docker image ls
  20. docker exec -it [id]
  21. docker exec [id] touch /opt/abc.txt
  22. docker attach [id]
  23. docker inspect [id]

Q2. Title – How to configure SMTP server in Sonarqube?

  1. go to SonarQube dashboard
  2. Click on the “Administration” tab.
  3. Browse to the “Configuration”
  4. Go to “General settings”
  5. Under General Setting Go to “General” menu.
  6. 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/

  1. Jira
  2. Git Parameter
  3. Build Pipeline Plugin
  4. Maven
  5. AWS CodeDeploy