This repository was archived by the owner on Aug 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -410,14 +410,17 @@ Docker image cache stored somewhere on the host, thus avoiding having to pull
410
410
those inner Docker images from the network each time a new system container is
411
411
started.
412
412
413
- There is a couple of important caveat to keep in mind:
413
+ There are a couple of important caveats to keep in mind:
414
414
415
415
- 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.
421
424
422
425
- A Docker volume mounted into the system container's ` /var/lib/docker `
423
426
will ** inherit** any files present in that same directory as part of the system
You can’t perform that action at this time.
0 commit comments