Table of Contents
Docker - Architecture
About
The docker architecture is composed of:
an
host
where the
daemon
run
a
daemon
that manage and run all Docker object (such as
image
and
container
)
a
registry
to download and push
image
a
docker client
to manage the
daemon
a
docker-machine
client to manage the
host
Articles Related
Docker - Daemon - dockerd
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)