From a5c8898eaeae0b71fa346b8545dd18636f227ea7 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Fri, 29 Jul 2022 14:40:37 -0500 Subject: [PATCH] Add tip for using a different distro with distrobox --- Distrobox.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Distrobox.md b/Distrobox.md index 5a5f3d8..5cfc3db 100644 --- a/Distrobox.md +++ b/Distrobox.md @@ -6,6 +6,10 @@ To get started, run `distrobox enter`. For more details, take a look at the [Dis ## 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 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.