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, ∼1406🔥, 0💬
Popular Posts:
How to use the built-in "context" object in Policy expressions? The built-in "context" object can be...
Where Is the Submitted Form Data Stored in PHP? When a user submit a form on your Web server, user e...
What is Azure API Management Publisher Dashboard? Azure API Management Publisher Dashboard is an Azu...
How to use the urllib.request.Request object to build more complex HTTP request? The urllib.request....
How to create a navigation file like navigation.xhtml for an EPUB 3.0 book? At least one navigation ...