Saturday, December 23, 2017

Docker Engine

Docker Engine Consists of two parts
  1. Client
  2. Daemon 



Its a basic client server model where client sends commands to Daemon

  • daemon does all the hard work.
  • client just downloads and install as a single package

We can install them together on a machine or on different machine.


No comments: