blob: ed98e85758c38072aa1739612f5712149fea97c9 (
plain) (
blame)
1
2
3
4
5
6
|
# distrobox
this flatpak needs some more setup, the host also needs podman installed.
When creating the distrobox you'll have to do it from inside the flatpak, meaning you first have to run `flatpk run --command=bash io.github.luca.distrobox` and then the usual distrobox create command, which will create the container, however once that's done you can enter the container by just running `flatpak run io.github.luca.distrobox enter ...`
|