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 Jan 24, 2024
1 parent 3d6c247 commit 6fd39a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,11 @@

<img alt="Namespaces and cgroups" src="assets/6.png" />
- In the figure below, let say that the container starts with proc_1, which is ```RUN CONTAINER```, then opens proc_2, which is ```OS specification```, and each process will open the next one. Linux Kernal considers all of these processes as a single process. and using the ```namespaces``` technique to isolate all these processes from all operating system.

<img alt="container_architecture" src="assets/7.png" />

> [!TIP]
> Look here for more explanation on namespaces and cgroups: [cgroups&Namespaces;](https://github.com/SafrotTechUniverse/Insights.To.Different.Micro.Topics/tree/main/Linux/cgroups%26Namespaces%3B)
<a name="desc5"></a>
### The technology that is provided to deal with this container concept.

Expand Down

0 comments on commit 6fd39a0

Please sign in to comment.