this post was submitted on 20 Jun 2026
861 points (99.3% liked)
me_irl
7959 readers
2020 users here now
All posts need to have the same title: me_irl it is allowed to use an emoji instead of the underscore _
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Then an app you want is distributed as a Docker. If you follow the Docker website on how to install Docker you end up with Docker Desktop which installs- you guessed it: AI.
https://podman.io/
i have never seen docker desktop outside of windows. I have been working with docker for pretty much 10 years now.
I never have Docker Desktop on my machines, only Compose, but looking at the documentation they have definitely made it confusing. I know the terminal isn't for everyone, but it's straightforward. For easy install (and no AI or GUI) open a terminal and remove existing conflicts:
Debian/Ubuntu specific
RHEL/CentOS/Fedora/Rocky specific
Then install:
Arch specific
Alpine specific
All others
If you only care about running containers, containerd and nerdctl should be sufficient.
Ah, thanks for the tip! From what I can gather most of my services can run just as well with a minor tweak for GPU CUDA usage. For my case, it might not be a problem but using your method would no doubt be huge for Pi-based servers
sudo apt-get install docker
Sorry to say this but: if an app that you want is distributed as docker, then that's a "you" problem for wanting it anyways. Avoid shit software.