this post was submitted on 27 Aug 2023
46 points (94.2% liked)
Selfhosted
60451 readers
1051 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:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you don't need UI, I prefer Podman. Rancher Desktop is good though.
Podman Desktop is also a thing
thanks! So podman supports the docker API completely?
Drop-in replacement as far as I can tell after using it for some time
This is a common misconception. Podman has similar commands to Docker CLI but it's not a "drop-in replacement". Depending on your usage, you might run into things that don't work the same.
Interesting, thanks!
Yep! You can even just alias the docker command to podman, and most things will work just fine. Podman can also expose a socket that is compatible with the Docker API for anything that requires it too.
Yes, rancher desktop works perfectly 👍🏻