Running docker containers in bazzite
I'm moving over from pop_os. I have some docker-compose files for jellyfin/sonarr/qbittorrent. How do I install docker on bazzite. It looks like distrobox might be the equivalent here. This is my first time on a fedora based distro and an atomic distro so just want to know what the established patterns are
Solution:Jump to solution
ok. I found that podman is on bazzite and works exactly like docker compose for the most part and got all my stuff running
9 Replies
you can try quadlet
ok, anything wrong with just installing docker? Does that go against the whole immutable thing that bazzite has going on?
Podman is already provided and would likely have the same functionality in the end. Creating the containers would be a little different than Docker
alright I'll give this a shot
doesn't seem that those docs really cover how to run quadlet... just to use it
running
podman-quadlet
and I get a message that it's not found. But if I rpm-ostree install podman-quadlet
, it says it is installed...that's because it's not something that's run in the way you're thinking
look at the Quick Example
you just create that
.container
file with your settings then let it goin fact, Jellyfin already provides instructions that you can adapt https://jellyfin.org/docs/general/installation/container/#managing-via-systemd
Container | Jellyfin
Install as a container using Docker, Podman and others.
I went straight to step 2 as I didn't feel the need to create a new user right now
Solution
ok. I found that podman is on bazzite and works exactly like docker compose for the most part and got all my stuff running