Docker 101: Architecture
Overall Architecture
Docker follows a client-server architecture.
In this architecture, users interact with Docker through a client (typically using the command-line interface or CLI).
The client communicates with the Docker server (daemon) via a RES...
devjobalia.hashnode.dev6 min read