toolbox: add pages (#8280)
This commit is contained in:

committed by
GitHub

parent
aefb4ec4e3
commit
822a07003b
17
pages/linux/toolbox-enter.md
Normal file
17
pages/linux/toolbox-enter.md
Normal 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}}`
|
Reference in New Issue
Block a user