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

Self Hosted - Self-hosting your services.

14565 readers
6 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
[–] Twashe@lemmy.ml 2 points 2 years ago (1 children)

I started with podman and wanted to like it. Ultimately moved to docker because of docker compose

[–] azdle@news.idlestate.org 5 points 2 years ago (2 children)

Compose works with podman too, you just need podman system service & to set the DOCKER_HOST env var to it's socket.

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

So that's why my containers aren't restarting automatically on boot. Thanks!

[–] Twashe@lemmy.ml 1 points 2 years ago

This needs a pin