Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 856 Bytes

File metadata and controls

30 lines (25 loc) · 856 Bytes

Docker DevOps Practice 🚀

Project Overview

This project demonstrates hands-on experience with Docker lifecycle commands, container management, and real-world services like Nginx and SonarQube using Docker Desktop.

Tools Used

  • Docker
  • Docker Desktop
  • Nginx
  • SonarQube
  • Ubuntu & Amazon Linux containers
  • GitHub

What I Did

  • Installed Docker and Docker Desktop
  • Pulled images from Docker Hub
  • Created and managed containers
  • Exposed applications using port mapping
  • Hosted Nginx web server
  • Ran SonarQube for code quality analysis
  • Practiced container lifecycle (start, stop, pause, remove)
  • Managed Docker images and containers

Screenshots

See the screenshotsREADME.md/ folder for proof of hands-on execution.

Learning Outcome

Gained strong fundamentals in Docker containerization, image management, and DevOps basics.