2022-10-17 22:13:45 +01:00
# distrobox
2023-03-19 11:35:00 +00:00
> 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.
2023-11-26 17:02:06 +00:00
> Note: It uses Podman or Docker to create your containers.
2022-10-17 22:13:45 +01:00
> More information: <https://github.com/89luca89/distrobox>.
2023-03-19 11:35:00 +00:00
- View documentation for creating containers:
2022-10-17 22:13:45 +01:00
`tldr distrobox-create`
2023-03-19 11:35:00 +00:00
- View documentation for listing container's information:
2022-10-17 22:13:45 +01:00
`tldr distrobox-list`
2023-03-19 11:35:00 +00:00
- View documentation for entering the container:
2022-10-17 22:13:45 +01:00
`tldr distrobox-enter`
2023-03-19 11:35:00 +00:00
- View documentation for executing a command on the host from inside a container:
2022-10-17 22:13:45 +01:00
`tldr distrobox-host-exec`
2023-03-19 11:35:00 +00:00
- View documentation for exporting app/service/binary from the container to the host:
2022-10-17 22:13:45 +01:00
`tldr distrobox-export`
2023-03-19 11:35:00 +00:00
- View documentation for upgrading containers:
2022-10-17 22:13:45 +01:00
`tldr distrobox-upgrade`
2023-03-19 11:35:00 +00:00
- View documentation for stopping the containers:
2022-10-17 22:13:45 +01:00
`tldr distrobox-stop`
2023-03-19 11:35:00 +00:00
- View documentation for removing the containers:
2022-10-17 22:13:45 +01:00
`tldr distrobox-rm`