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:

committed by
K.B.Dharun Krishna

parent
fd1f3808bd
commit
67757373a1
25
pages/linux/distrobox-export.md
Normal file
25
pages/linux/distrobox-export.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# distrobox-export
|
||||
|
||||
> Export app/service/binary from container to host OS.
|
||||
> Subcommand of `distrobox`. More about distrobox: `tldr distrobox`.
|
||||
> More information: <https://github.com/89luca89/distrobox/blob/main/docs/usage/distrobox-export.md>.
|
||||
|
||||
- Export an app (eg: gedit) from the container to the host (will show up in your host system's application list):
|
||||
|
||||
`distrobox-export --app {{gedit}} --extra-flags "--foreground"`
|
||||
|
||||
- Export a binary from the container to the host:
|
||||
|
||||
`distrobox-export --bin {{path/to/binary}} --export-path {{path/to/binary_on_host}}`
|
||||
|
||||
- Export a binary (eg: ranger) from the container to the host:
|
||||
|
||||
`distrobox-export --bin {{/usr/bin/ranger}} --export-path {{$HOME/.local/bin}}`
|
||||
|
||||
- Export a service (eg: syncthing) from container to the host (`--sudo` will run the service as root inside the container):
|
||||
|
||||
`distrobox-export --service {{syncthing}} --extra-flags "--allow-newer-config" --sudo`
|
||||
|
||||
- Unexport/delete an exported app (eg: gedit):
|
||||
|
||||
`distrobox-export --app {{gedit}} --delete`
|
Reference in New Issue
Block a user