Add tip for using a different distro with distrobox

Anthony Wang 2022-07-29 14:40:37 -05:00
parent c4b45dc489
commit a5c8898eae

@ -6,6 +6,10 @@ To get started, run `distrobox enter`. For more details, take a look at the [Dis
## Tips and tricks ## Tips and tricks
### Use a different distro
You can use a different distro instead of Fedora by running `distrobox create --image some-docker-image`. Some recommendations: `archlinux`, `debian`, `ubuntu`, `docker.io/opensuse/tumbleweed`.
### Graphical apps ### Graphical apps
When running graphical apps, you should first install the `mesa-dri-drivers` GPU drivers in Fedora, or the equivalent Mesa package if you're using a different distro image. When running graphical apps, you should first install the `mesa-dri-drivers` GPU drivers in Fedora, or the equivalent Mesa package if you're using a different distro image.