You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The same idea of containerisation is also applied in the area of architecture.
WIIFY
Docker is more efficient than virtual machine, It seperates the concern of development and DevOps. Such that developers worried about inside the box, while infrastrueres worried about outside the box.
Key Points
Docker is based on the idea of container.
Docker is more efficient than virtual machine as it does not really replicates the entire operating system.
Docker seperates the concern of development and DevOps.
Impact
Know: Docker implements virtualization in OS-level efficiently.
Believe: Containers make docker seperates the concern of DevOps and development.
Do/ Call to Action: Start using docker and focus more on development
No description provided.
The text was updated successfully, but these errors were encountered: