Current location - Health Preservation Learning Network - Healthy weight loss - The difference between docker and docker
The difference between docker and docker
Docker is the main client and Docker is the sub-client. Docker, including docker client and dockerd, is a client tool used to send users' requests to the Docker daemon (dockerd). Dockerd is the top-level encapsulation of container-related operations, which directly faces the operating users. Dockerdaemon, also known as Docker engine. When dockerd is started, the containerd subprocess will also be started.