Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-abdalazez authored Dec 3, 2023
1 parent 5563b87 commit f4ba33a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
7. [Crucial concept between a virtual machine and a container.](#desc6)
8. [Docker Installation.](#desc7)
9. [Docker Engine.](#desc8)
10. [Docker client and Docker daemon communication.](#desc9)

<a name="desc0"></a>
### Why did the concept of virtualization appear in 1960?
Expand Down Expand Up @@ -136,3 +137,6 @@
- So, this model achieves a ```loosely coupled architecture```.
- Separating the container runtime from the Docker daemon, allowing each component to perform its specialized functions.```daemonless containers```
- Since the container runtime is not coupled with the Docker daemon, you can perform maintenance tasks such as ```upgrades``` or ```restarts``` on the Docker daemon without affecting the running containers managed by the container runtime.

<a name="desc9"></a>
### Docker client and Docker daemon communication.

0 comments on commit f4ba33a

Please sign in to comment.