Skip to content

Commit

Permalink
doc: Refer to a newer Fedora release in the examples
Browse files Browse the repository at this point in the history
Fedora 30 reached End of Life on 26th May 2020:
https://docs.fedoraproject.org/en-US/releases/eol/

#953
  • Loading branch information
debarshiray committed Dec 10, 2021
1 parent 4948106 commit 20a20bf
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions doc/toolbox-create.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ host. Cannot be used with `--image`.
$ 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
Expand Down
4 changes: 2 additions & 2 deletions doc/toolbox-enter.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ host.
$ 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
Expand Down
4 changes: 2 additions & 2 deletions doc/toolbox-rm.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ Force the removal of running and paused toolbox containers.

## 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
Expand Down
4 changes: 2 additions & 2 deletions doc/toolbox-rmi.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ dependent containers will be removed as well.

## 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
Expand Down
4 changes: 2 additions & 2 deletions doc/toolbox-run.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ RELEASE than the host.
$ 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
Expand Down

0 comments on commit 20a20bf

Please sign in to comment.