pages.ta: standardize placeholders, update pages (#11478)

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
K.B.Dharun Krishna
2023-11-13 07:58:59 +05:30
committed by GitHub
parent 613f30030f
commit bee46b42e6
96 changed files with 383 additions and 350 deletions

View File

@@ -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}}`

View File

@@ -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}}`

View File

@@ -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}}`

View File

@@ -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: