pages.ta: standardize placeholders, update pages (#11478)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:

committed by
GitHub

parent
613f30030f
commit
bee46b42e6
@@ -17,8 +17,8 @@
|
||||
|
||||
- Create a `toolbox` container from a custom Fedora image:
|
||||
|
||||
`toolbox create --image {{registry.fedoraproject.org/fedora-toolbox:38}}`
|
||||
`toolbox create --image {{registry.fedoraproject.org/fedora-toolbox:39}}`
|
||||
|
||||
- Create a `toolbox` container using the default image for Fedora 38:
|
||||
- Create a `toolbox` container using the default image for Fedora 39:
|
||||
|
||||
`toolbox create --distro {{fedora}} --release {{f38}}`
|
||||
`toolbox create --distro {{fedora}} --release {{f39}}`
|
||||
|
@@ -12,6 +12,6 @@
|
||||
|
||||
`toolbox enter --release {{release}}`
|
||||
|
||||
- Enter a toolbox container using the default image for Fedora 38:
|
||||
- Enter a toolbox container using the default image for Fedora 39:
|
||||
|
||||
`toolbox enter --distro {{fedora}} --release {{f38}}`
|
||||
`toolbox enter --distro {{fedora}} --release {{f39}}`
|
||||
|
@@ -12,6 +12,6 @@
|
||||
|
||||
`toolbox run --distro {{distribution}} --release {{release}} {{command}}`
|
||||
|
||||
- Run `emacs` inside a `toolbox` container using the default image for Fedora 38:
|
||||
- Run `emacs` inside a `toolbox` container using the default image for Fedora 39:
|
||||
|
||||
`toolbox run --distro {{fedora}} --release {{f38}} {{emacs}}`
|
||||
`toolbox run --distro {{fedora}} --release {{f39}} {{emacs}}`
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
- Specify the initial destination port, useful with non-standard firewall settings:
|
||||
|
||||
`tracepath -p {{destination_port}} {{host}} `
|
||||
`tracepath -p {{destination_port}} {{host}}`
|
||||
|
||||
- Print both hostnames and numerical IP addresses:
|
||||
|
||||
|
Reference in New Issue
Block a user