toolbox: add pages (#8280)

This commit is contained in:
K.B.Dharun Krishna
2022-08-05 13:01:03 +05:30
committed by GitHub
parent aefb4ec4e3
commit 822a07003b
9 changed files with 150 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# toolbox enter
> Enter a `toolbox` container for interactive use.
> See also: `toolbox run`.
> More information: <https://manned.org/toolbox-enter.1>.
- Enter a `toolbox` container using the default image of a specific distribution:
`toolbox enter --distro {{distribution}}`
- Enter a `toolbox` container using the default image of a specific release of the current distribution:
`toolbox enter --release {{release}}`
- Enter a toolbox container using the default image for Fedora 36:
`toolbox enter --distro {{fedora}} --release {{f36}}`