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

Self Hosted - Self-hosting your services.

19673 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 5 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
[–] mereo@piefed.ca 2 points 2 months ago (1 children)

As in you can podman-compose as you would with docker-compose to set up any docker image?

[–] nutbutter@discuss.tchncs.de 0 points 2 months ago (1 children)

Yes, most config options in a typical docker compose file are compatible with podman compose.

[–] mereo@piefed.ca 1 points 2 months ago

Interesting. I will test it.