File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,8 @@ confusion.
82
82
** --distro** DISTRO, ** -d** DISTRO
83
83
84
84
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.
86
87
87
88
** --image** NAME, ** -i** NAME
88
89
Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ The following options are understood:
32
32
** --distro** DISTRO, ** -d** DISTRO
33
33
34
34
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.
36
37
37
38
** --release** RELEASE, ** -r** RELEASE
38
39
Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ entirely customized containers created from custom-built images.
34
34
** --distro** DISTRO, ** -d** DISTRO
35
35
36
36
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.
38
39
39
40
** --release** RELEASE, ** -r** RELEASE
40
41
You can’t perform that action at this time.
0 commit comments