Skip to content

Commit 7c891cb

Browse files
committed
doc: Highlight that --distro has to be used with --release
...unless the selected distro matches the host system. containers#977
1 parent d323143 commit 7c891cb

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

doc/toolbox-create.1.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ confusion.
8282
**--distro** DISTRO, **-d** DISTRO
8383

8484
Create a toolbox container for a different operating system DISTRO than the
85-
host. Cannot be used with `--image`.
85+
host. Cannot be used with `--image`. Has to be coupled with `--release` unless
86+
the selected system matches the host system.
8687

8788
**--image** NAME, **-i** NAME
8889

doc/toolbox-enter.1.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ The following options are understood:
3232
**--distro** DISTRO, **-d** DISTRO
3333

3434
Enter a toolbox container for a different operating system DISTRO than the
35-
host.
35+
host. Has to be coupled with `--release` unless the selected system matches the
36+
host system.
3637

3738
**--release** RELEASE, **-r** RELEASE
3839

doc/toolbox-run.1.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ entirely customized containers created from custom-built images.
3434
**--distro** DISTRO, **-d** DISTRO
3535

3636
Run command inside a toolbox container for a different operating system DISTRO
37-
than the host.
37+
than the host. Has to be coupled with `--release` unless the selected system
38+
matches the host system.
3839

3940
**--release** RELEASE, **-r** RELEASE
4041

0 commit comments

Comments
 (0)