tldr/pages/linux/distrobox.md

38 lines
1.2 KiB
Markdown
Raw Normal View History

# distrobox
2023-03-02 16:20:46 +00:00
> Use any Linux distribution inside your terminal by running it as a container. Install & use packages inside it while tightly integrating with the host OS, sharing storage, and `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 the container can access the 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`
2023-03-02 16:20:46 +00:00
- Show tldr page for distrobox-host-exec (Execute command on the 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`