this post was submitted on 25 Aug 2025
85 points (100.0% liked)

Linux

9147 readers
169 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

Hello all,

I posted recently here asking for advice switching to Linux from Windows, and wow there was a lot of really great advice.

I'm mostly writing here to thank everyone in this community for taking the time, it was a world of help and I've managed to get myself setup with very few difficulties.

I ended up going with Bazzite, and can play like 95% of my gaming library so I'm pretty happy there. No league of legends but honestly that's probably a net positive for my mental health.

I'm having difficulty getting docker desktop setup but I'm sure I'll figure that out, had a lot of shit containerised before. But yeah, whole point of the post - Thanks people, you're awesome.

you are viewing a single comment's thread
view the rest of the comments
[–] hisao@ani.social 23 points 4 days ago (2 children)

I’m having difficulty getting docker desktop setup but I’m sure I’ll figure that out, had a lot of shit containerised before. But yeah, whole point of the post - Thanks people, you’re awesome.

Just in case, podman is basically the same as docker and is preinstalled (cli only). You can use docker images and even run stuff from docker hub. There might be a GUI for it similar to Docker Desktop. Also, distrobox/toolbox are preinstalled - those variants of podman that do a lot of passthrough / bind mounts by default, so that you can build and run graphical, audio, networking apps in those and get them running with native performance and full access to devices/networking/etc.

[–] FarrellPerks@feddit.uk 11 points 4 days ago (1 children)

Useful to know, appreciate the heads up.

[–] illusionist@lemmy.zip 6 points 3 days ago

You also don't need to setup rootless docker with podman. Podman also has no firewall issues. Selinux can be annoying if you don't know what you do.