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, 833👍, 0💬
Popular Posts:
How to convert a JSON text string to an XML document with PHP language? Currently, there is no built...
Where to get the detailed description of the JSON.stringify() Function in JavaScript? Here is the de...
How To Submit Values without Using a Form in PHP? If you know the values you want to submit, you can...
Where to find tutorials on RSS specifications? I want to learn it to describe my API services. Here ...
How To Remove Slashes on Submitted Input Values in PHP? By default, when input values are submitted ...