distrobox-*: update and add pages

 feat: distrobox documentation

 distrobox: add page

 distrobox: doc for each subcommand

💄 distrobox: beautify docs

💄 distrobox: beautify docs

✏ fix: more command info

fix: minor cleanup

Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>

🩹 fix: minor cleanup

Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>

🩹 fix: minor cleanup

Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
This commit is contained in:
Rajesh G
2022-10-18 02:43:45 +05:30
committed by K.B.Dharun Krishna
parent fd1f3808bd
commit 67757373a1
9 changed files with 120 additions and 13 deletions

View File

@@ -0,0 +1,13 @@
# distrobox-host-exec
> Execute a command on host while inside a distrobox container.
> Subcommand of `distrobox`. More about distrobox: `tldr distrobox`.
> More information: <https://github.com/89luca89/distrobox/blob/main/docs/usage/distrobox-host-exec.md>.
- Execute command on the host system, while inside of a container:
`distrobox-host-exec "{{command}}"`
- Execute `ls` command on the host system, while inside of a container:
`distrobox-host-exec ls`