this post was submitted on 19 Sep 2023
115 points (97.5% liked)

Self Hosted - Self-hosting your services.

14868 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules

Important

Cross-posting

If you see a rule-breaker please DM the mods!

founded 4 years ago
MODERATORS
 

Until yesterday, I didn’t even know you could use the docker images and the same docker-compose configs with Podman.

The UI you are looking at is Cockpit, which can be installed on almost any Linux Server. I have used it before but I am amazed by its integration with Podman.

Seriously, consider trying this, once.

Here's another screenshot of Cockpit:

you are viewing a single comment's thread
view the rest of the comments
[–] joojmachine@lemmy.ml 24 points 2 years ago (2 children)

podman is almost AFAIK 1:1 compatible with docker, the team does great work on it

welcome to fedora!

[–] nutbutter@discuss.tchncs.de 9 points 2 years ago (3 children)

Yes, it is! If you just run alias docker=podman, you won't even have to remember that you're running Podman, and not Docker.

I am still having problems with SELinux, though, so I have just turned it to permissive. Any guides for that?

[–] NegativeLookBehind@kbin.social 7 points 2 years ago

An RPM exists called podman-docker, which essentially maps docker commands to podman

[–] eltimablo@kbin.social 2 points 2 years ago (1 children)

Isn't that alias already present on Fedora by default?

[–] nutbutter@discuss.tchncs.de 2 points 2 years ago

It isn't in my installation. I just checked.

[–] libertepourmoi@feddit.de 2 points 2 years ago

For SELinux, set security_opt=label:type:container_runtime_t and make sure that volumes have the z or Z option.