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.