Docker - Architecture
About
The docker architecture is composed of:
- a docker client to manage the daemon
- a docker-machine client to manage the host
Articles Related
Viz
where:
- Client is Docker - docker client
- Docker Host is Docker - (Virtual) Host (or Machine or Server) - Docker Type
- Docker daemon is Docker - Daemon - dockerd
- Containers : Docker - Containers
- Image : Docker - Image
- Registry : Docker - Registry (Remote Image Store)