Docker Architecture
Docker Architecture The architecture used by Docker is client-server model. When building, running, and distributing the docker containers, the Docker daemon and the Docker client communicate. A remote connection can be established between the Docker client and daemon, or they can operate simultaneously on the same system. A UNIX socket or a network is used...