distrobox: add page (#7638)

This commit is contained in:
Mišo Barišić
2022-01-22 20:28:05 +01:00
committed by GitHub
parent 47445dd786
commit 26adab31c6
4 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# distrobox-enter
> Run a command in a Distrobox container.
> Default command executed is your SHELL, but you can specify different shells or entire commands to execute. If used inside a script, an application, or a service, you can specify the --headless mode to disable tty and interactivity.
> More information: <https://distrobox.privatedns.org>.
- Enter a distrobox and run `sh -l`:
`distrobox-enter container-name -- sh -l`
- Enter a distrobox without instantiating a tty:
`distrobox-enter -H container-name -- uptime -p`