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

Commit f6b48d7

Browse files
ctalledorodnymolina
authored andcommitted
Added restriction to user-guide on committing sys containers with running inner containers.
1 parent 7f82acd commit f6b48d7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/quickstart/images.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,12 @@ busybox latest 19485c79a9bb 7 weeks ago
225225

226226
There they are!
227227

228-
A couple of restrictions apply here:
228+
A few restrictions apply here:
229+
230+
- Committing a system container with **running** inner containers does not
231+
currently work. That is, the system container being committed can have inner
232+
container images, but not running inner containers. This is a limitation
233+
that we will work to remove soon.
229234

230235
- The `docker commit` instruction takes a `--pause` option which
231236
is set to `true` by default. Do not set it to `false`; it won't work.

0 commit comments

Comments
 (0)