doc: Refer to a newer Fedora release in the examples

Fedora 30 reached End of Life on 26th May 2020:
https://docs.fedoraproject.org/en-US/releases/eol/

https://github.com/containers/toolbox/pull/953
This commit is contained in:
Debarshi Ray 2021-12-10 03:02:54 +01:00
parent 4948106f7d
commit 20a20bf149
5 changed files with 10 additions and 10 deletions

View File

@ -107,10 +107,10 @@ host. Cannot be used with `--image`.
$ toolbox create $ toolbox create
``` ```
### Create a toolbox container using the default image for Fedora 30 ### Create a toolbox container using the default image for Fedora 36
``` ```
$ toolbox create --distro fedora --release f30 $ toolbox create --distro fedora --release f36
``` ```
### Create a custom toolbox container from a custom image ### Create a custom toolbox container from a custom image

View File

@ -47,10 +47,10 @@ host.
$ toolbox enter $ toolbox enter
``` ```
### Enter a toolbox container using the default image for Fedora 30 ### Enter a toolbox container using the default image for Fedora 36
``` ```
$ toolbox enter --distro fedora --release f30 $ toolbox enter --distro fedora --release f36
``` ```
### Enter a custom toolbox container using a custom image ### Enter a custom toolbox container using a custom image

View File

@ -29,10 +29,10 @@ Force the removal of running and paused toolbox containers.
## EXAMPLES ## EXAMPLES
### Remove a toolbox container named `fedora-toolbox-gegl:30` ### Remove a toolbox container named `fedora-toolbox-gegl:36`
``` ```
$ toolbox rm fedora-toolbox-gegl:30 $ toolbox rm fedora-toolbox-gegl:36
``` ```
### Remove all toolbox containers, but not those that are running or paused ### Remove all toolbox containers, but not those that are running or paused

View File

@ -29,10 +29,10 @@ dependent containers will be removed as well.
## EXAMPLES ## EXAMPLES
### Remove a toolbox image named `localhost/fedora-toolbox-gegl:30` ### Remove a toolbox image named `localhost/fedora-toolbox-gegl:36`
``` ```
$ toolbox rmi localhost/fedora-toolbox-gegl:30 $ toolbox rmi localhost/fedora-toolbox-gegl:36
``` ```
### Remove all toolbox images, but not those that are used by containers ### Remove all toolbox images, but not those that are used by containers

View File

@ -49,10 +49,10 @@ RELEASE than the host.
$ toolbox run ls -la $ toolbox run ls -la
``` ```
### Run emacs inside a toolbox container using the default image for Fedora 30 ### Run emacs inside a toolbox container using the default image for Fedora 36
``` ```
$ toolbox run --distro fedora --release f30 emacs $ toolbox run --distro fedora --release f36 emacs
``` ```
### Run uptime inside a custom toolbox container using a custom image ### Run uptime inside a custom toolbox container using a custom image