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, ∼1266🔥, 0💬
Popular Posts:
How to build a test service operation to dump everything from the "context.Request" object in the re...
How to add a new operation to an API on the Publisher Dashboard of an Azure API Management Service? ...
How to build a PHP script to dump Azure AD 2.0 Authentication Response? If you are use the Azure-AD-...
How to install "C++/CLI Support" component in Visual Studio? I need to build my Visual Studio C++/CL...
How To Convert a Character to an ASCII Value? If you want to convert characters to ASCII values, you...