doc/toolbox-create: Tweak the default container examples for consistency
... with 'enter' and 'run'. https://github.com/containers/toolbox/pull/1281 Signed-off-by: Nils Lindemann <nilslindemann@tutanota.com>
This commit is contained in:
parent
05191026c9
commit
add05de27e
1 changed files with 2 additions and 2 deletions
|
@ -112,13 +112,13 @@ host. Cannot be used with `--image`.
|
|||
|
||||
## EXAMPLES
|
||||
|
||||
### Create a toolbox container using the default image matching the host OS
|
||||
### Create the default toolbox container matching the host OS
|
||||
|
||||
```
|
||||
$ toolbox create
|
||||
```
|
||||
|
||||
### Create a toolbox container using the default image for Fedora 36
|
||||
### Create the default toolbox container for Fedora 36
|
||||
|
||||
```
|
||||
$ toolbox create --distro fedora --release f36
|
||||
|
|
Loading…
Reference in a new issue