2022-10-18 02:43:45 +05:30
# distrobox
2023-03-19 17:05:00 +05:30
> Use any Linux distribution inside your terminal in a container. Install & use packages inside it while tightly integrating with the host OS, sharing storage (`home` directory) and hardware.
> It uses Podman or Docker to create your containers.
2022-10-18 02:43:45 +05:30
> More information: <https://github.com/89luca89/distrobox>.
2023-03-19 17:05:00 +05:30
- View documentation for creating containers:
2022-10-18 02:43:45 +05:30
`tldr distrobox-create`
2023-03-19 17:05:00 +05:30
- View documentation for listing container's information:
2022-10-18 02:43:45 +05:30
`tldr distrobox-list`
2023-03-19 17:05:00 +05:30
- View documentation for entering the container:
2022-10-18 02:43:45 +05:30
`tldr distrobox-enter`
2023-03-19 17:05:00 +05:30
- View documentation for executing a command on the host from inside a container:
2022-10-18 02:43:45 +05:30
`tldr distrobox-host-exec`
2023-03-19 17:05:00 +05:30
- View documentation for exporting app/service/binary from the container to the host:
2022-10-18 02:43:45 +05:30
`tldr distrobox-export`
2023-03-19 17:05:00 +05:30
- View documentation for upgrading containers:
2022-10-18 02:43:45 +05:30
`tldr distrobox-upgrade`
2023-03-19 17:05:00 +05:30
- View documentation for stopping the containers:
2022-10-18 02:43:45 +05:30
`tldr distrobox-stop`
2023-03-19 17:05:00 +05:30
- View documentation for removing the containers:
2022-10-18 02:43:45 +05:30
`tldr distrobox-rm`