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, 1018🔥, 0💬
Popular Posts:
How to use the "@(...)" expression in Azure API Policy? The "@(...)" expression in Azure API Policy ...
Why am I getting this "Docker failed to initialize" error? After installing the latest version of Do...
How to add an API to an API product for internal testing on the Publisher Portal of an Azure API Man...
What Azure AD App Registration Manifest? Azure AD App Registration Manifest is JSON file that contai...
How to convert a JSON text string to an XML document with PHP language? Currently, there is no built...