Docker Architecture ?




The above picture, clearly indicates that Docker Deamon is brain of Docker. If Docker Deamon is killed, stops working for some reasons, Docker is brain dead :p (sarcasm intended).




Docker LifeCycle


We can use the above Image as reference to understand the lifecycle of Docker.

There are three important...