doc/toolbox-enter, doc/toolbox-run: Fix the default container examples
The phrase 'using a custom image' is awkward because it makes it sound as if the image plays an important role in 'enter' and 'run'. That's not true. Also, titles are sweeter when they are shorter. https://github.com/containers/toolbox/pull/1281 Signed-off-by: Nils Lindemann <nilslindemann@tutanota.com>
This commit is contained in:
parent
cceea52af6
commit
05191026c9
2 changed files with 4 additions and 4 deletions
|
@ -42,13 +42,13 @@ host.
|
|||
|
||||
## EXAMPLES
|
||||
|
||||
### Enter a toolbox container using the default image matching the host OS
|
||||
### Enter the default toolbox container matching the host OS
|
||||
|
||||
```
|
||||
$ toolbox enter
|
||||
```
|
||||
|
||||
### Enter a toolbox container using the default image for Fedora 36
|
||||
### Enter the default toolbox container for Fedora 36
|
||||
|
||||
```
|
||||
$ toolbox enter --distro fedora --release f36
|
||||
|
|
|
@ -85,13 +85,13 @@ $ toolbox run false; echo $?
|
|||
|
||||
## EXAMPLES
|
||||
|
||||
### Run ls inside a toolbox container using the default image matching the host OS
|
||||
### Run ls inside the default toolbox container matching the host OS
|
||||
|
||||
```
|
||||
$ toolbox run ls -la
|
||||
```
|
||||
|
||||
### Run emacs inside a toolbox container using the default image for Fedora 36
|
||||
### Run emacs inside the default toolbox container for Fedora 36
|
||||
|
||||
```
|
||||
$ toolbox run --distro fedora --release f36 emacs
|
||||
|
|
Loading…
Reference in a new issue