Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 3586717

Browse files
ctalledorodnymolina
authored andcommitted
Minor improvements to dind section.
1 parent 9d095ee commit 3586717

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

docs/quickstart/dind.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -410,14 +410,17 @@ Docker image cache stored somewhere on the host, thus avoiding having to pull
410410
those inner Docker images from the network each time a new system container is
411411
started.
412412

413-
There is a couple of important caveat to keep in mind:
413+
There are a couple of important caveats to keep in mind:
414414

415415
- A Docker volume mounted into the system container's `/var/lib/docker` must
416-
only be mounted on a **single system container at any given time**. This is
417-
a restriction imposed by the Docker daemon, which does not allow its image
418-
cache to be shared concurrently among multiple daemon instances. Sysbox will
419-
check for violations of this rule and report an appropriate error during
420-
system container creation.
416+
only be mounted on a **single system container at any given time**.
417+
418+
- This is a restriction imposed by the Docker daemon, which does not allow
419+
its image cache to be shared concurrently among multiple daemon
420+
instances.
421+
422+
- Sysbox will check for violations of this rule and report an
423+
appropriate error during system container creation.
421424

422425
- A Docker volume mounted into the system container's `/var/lib/docker`
423426
will **inherit** any files present in that same directory as part of the system

0 commit comments

Comments
 (0)