ROHAN T.’s Post

DevOps Interview Question: How is Docker used in real production systems? Answer: Applications run in containers managed by orchestration tools. Explanation: Typical flow: • build image • push to registry • deploy containers Real-world benefits: • consistency • scalability • faster deployments Follow-up Question: Why use multi-stage builds? Answer: To reduce image size. Explanation: Smaller images deploy faster and are more secure. #docker #DevOps #CloudComputing

To view or add a comment, sign in

Explore content categories