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:
ok. I found that podman is on bazzite and works exactly like docker compose for the most part and got all my stuff running
Jump to solution
9 Replies
dreamyuki
dreamyuki3mo ago
you can try quadlet
Jason D
Jason DOP3mo ago
ok, anything wrong with just installing docker? Does that go against the whole immutable thing that bazzite has going on?
termdisc
termdisc3mo ago
Podman is already provided and would likely have the same functionality in the end. Creating the containers would be a little different than Docker
Jason D
Jason DOP3mo ago
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...
termdisc
termdisc3mo ago
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 go
termdisc
termdisc3mo ago
in 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.
termdisc
termdisc3mo ago
I went straight to step 2 as I didn't feel the need to create a new user right now
Solution
Jason D
Jason D3mo ago
ok. I found that podman is on bazzite and works exactly like docker compose for the most part and got all my stuff running

Did you find this page helpful?