Please enable JavaScript.
Coggle requires JavaScript to display documents.
Docker - Coggle Diagram
Docker
Docker Architecture
Client ---( Rest API) ---> Server ( Docket Engine)
Window: Support window + Linux containers
Linux support only Linux Container
MAC OS > Build a Linux machine to support Linux container
Different between Virtual Machines and Container
Container
an isolated environment for running an application
Benefit
Allow running multiple apps in isolation
Are lightweight
Use OS of the host
Start quickly
Need less hardware resources
Virtual Machine
an abstraction of a machine (physical hardware)
Problem
Each VM needs a full-blown OS
Slow to start
Resource intensive (CPU, memory, interfaces)
Definition: A platform for building, running and shipping applications
Install Docker