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
37
pages/linux/distrobox.md
Normal file
37
pages/linux/distrobox.md
Normal file
@@ -0,0 +1,37 @@
|
||||
# distrobox
|
||||
|
||||
> Use any Linux distribution inside your terminal by running it as a container. Install & use packages inside it while tightly integrating with host OS, sharing storage, HOME directory with GUI & audio capabilities.
|
||||
> You can install any software inside it. Eg: installing a `.deb` package inside an ubuntu container running on an Arch Linux host system. Packages inside container can access host's files.
|
||||
> More information: <https://github.com/89luca89/distrobox>.
|
||||
|
||||
- Show tldr page for distrobox-create (creating containers):
|
||||
|
||||
`tldr distrobox-create`
|
||||
|
||||
- Show tldr page for distrobox-list (list container info):
|
||||
|
||||
`tldr distrobox-list`
|
||||
|
||||
- Show tldr page for distrobox-enter (enter inside containers):
|
||||
|
||||
`tldr distrobox-enter`
|
||||
|
||||
- Show tldr page for distrobox-host-exec (Execute command on host while inside a container):
|
||||
|
||||
`tldr distrobox-host-exec`
|
||||
|
||||
- Show tldr page for distrobox-export (Export app/service/binary from container to host):
|
||||
|
||||
`tldr distrobox-export`
|
||||
|
||||
- Show tldr page for distrobox-upgrade (upgrade containers):
|
||||
|
||||
`tldr distrobox-upgrade`
|
||||
|
||||
- Show tldr page for distrobox-stop (stop containers):
|
||||
|
||||
`tldr distrobox-stop`
|
||||
|
||||
- Show tldr page for distrobox-rm (remove containers):
|
||||
|
||||
`tldr distrobox-rm`
|
Reference in New Issue
Block a user