Tools, FAQ, Tutorials:
Docker Components and Architecture
What are the components of Docker and how they related to each other?
✍: FYIcenter.com
Docker consists of several main components:
These components are work together as shown in this Docker architecture diagram:
Sometimes, Docker Server, Docker Client and Docker API are referred together as Docker Engine.
Docker Engine allows you to run mulitple virtual operating systems on a single hosting system. But those virtual systems must match the architecture of the hosting system.
In other words, Linux Docker containers can only run on a Linux hosting system. Windows Docker containers can only run on a Windows hosting system.
2019-05-28, ∼1741🔥, 0💬
Popular Posts:
What are "*..." and "**..." Wildcard Parameters in Function Definitions? If you want to define a fun...
How to use "link" command tool to link objet files? If you have object files previously compiled by ...
How to create a new API on the Publisher Dashboard of an Azure API Management Service? If you are ne...
What is EPUB 3.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 3.0 Metadata "dc:publisher" ...
How to use 'choose ... when ..." policy statements to control execution flows? If you want to contro...