From 2833fcea47efe77bce906d0c62caf90d966dc3f8 Mon Sep 17 00:00:00 2001 From: Kumar Sahaj Date: Wed, 20 Sep 2023 14:46:07 +0000 Subject: [PATCH] checkss --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 972bf31..d93a5a1 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,8 @@ sudo docker --version ``` - docker build -t . + docker build -t . + docker build -f -t @@ -117,7 +118,7 @@ sudo docker run -d --runtime=sysbox-runc --net=host -P 5018bee64419 image. In this case, it starts the systemd initialization process. - ### Why Sysbox Is Used ? + ## Why Sysbox Is Used ? + When you run Docker containers inside a Docker container (DinD), the inner containers typically share the same Docker daemon as the host and other containers. This can lead to security and isolation concerns.