Docker Engine Consists of two parts
- Client
- 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:
Post a Comment