

The Docker client and daemon communicate via sockets or through a RESTful API. Both the Docker client and the daemon can run on the same system, or you can connect a Docker client to a remote Docker daemon. The Docker client talks to the Docker daemon, which does the heavy lifting of building, running, and distributing your Docker containers. Introductionĭocker uses a client-server architecture. If you wanna learn more, please read its official document site. If you’re a newbie, it may be useful for you to learn Docker. Official Siteĭocker provides some tutorials in its Github repository.

This article documents how to install and configure Docker CE in GNU/Linux, then implement the entire process through Shell script. Docker currently provides three products Enterprise Edition(EE)、 Community Edition(CE) and Cloud.

Docker is a open source container program that performs operating-system-level virtualization.
