Docker Architecture and Development WorkFlow
Architecture of Docker
Docker works on a client-server architecture.
The Docker engine is the server and is responsible to pass on the tasks to the host operating system kernel.
The Containers / Processes represent the client.
Docker Installation
...
developer-district.hashnode.dev4 min read