You are on page 1of 1

UNIT -2

 Docker:
 It is an open-source technology which help to developing and packing in form of
container.

 Docker Engine:
 Docker Daemon (Server):
 API: Provide communication between client and server.
 Client CLI: Provide interface to perform

 Docket Swarm:
 To handle and manage multiple docker engine.

 Architecture:
 Docker Daemon (Server): provide result to
 Docker client: where you can give command to container like docker build, docker
push, docker pull.
 Docker Registry: Data save in form of image.

You might also like