Docker Fundamentals & Architecture DevOps Progress Update

🚀 DevOps Progress Update: Docker Fundamentals & Architecture Today I focused on understanding Docker concepts and practicing essential commands along with its architecture. 📌 Core Concept 👉 Code + Dependencies + Configurations → Docker Image 👉 Running Image → Container 📌 Docker Architecture ✔ Client ✔ Docker Host (Daemon, Containers, Images) ✔ Registry (Docker Hub) 📌 Workflow I Practiced • Pushed code to repository • Created Dockerfile • Built Docker Image • Ran container on server 📌 Hands-on Practice on AWS EC2 ✔ Installed and configured Docker ✔ Executed basic commands: • docker pull • docker run • docker ps / docker ps -a • docker images • docker stop / start / rm • docker rmi 📌 Key Learnings ✔ docker pull → Downloads images from Docker Hub ✔ docker run → Creates & starts container (pulls image if not available) ✔ Understood container lifecycle management ✔ Explored how Docker ensures consistency across environments 💡 Small steps every day are helping me build a strong foundation in DevOps. #Docker #DevOps #AWS #CloudComputing #LearningJourney

  • diagram

To view or add a comment, sign in

Explore content categories