In my experience podman compose is not a sufficient replacement.
Docker compose can be used with podman via the podman socket daemon. It’s very easy to get working. Give it a try.
In my experience podman compose is not a sufficient replacement.
Docker compose can be used with podman via the podman socket daemon. It’s very easy to get working. Give it a try.
Oops. Thanks for the correction.
I hadn’t heard of quadlets. I’ll have to give them a look.
We’ve completely transitioned from docker to podman where I work. The only pain point was podman compose being immature compared to docker compose, but turns out you can run docker compose with podman using the podman socket easily.
Agree. I may be misunderstanding something here, but to view votes one would have to spin up their own instance. This would prevent your average abusive moron from harassing users who down voted their post/comment.
Typically, I can read an “average” open source programmers code. One of the issues I have with C++ is the standard library source seems to be completely incomprehensible.
I recently started learning rust, and the idea of being able to look at the standard library source to understand something without having to travel through 10 layers of abstraction was incredible to me.
It does seem like some servers have specific niches, so if you’re really interested in a specific servers niche using that instance would prevent you from having to sync those communities with your instance.
I’m new, so someone correct me if I’m wrong.
Are there any you’d recommend over Jerboa?
I’ll have to give it another try.
I should clarify that the issues I had were podman compose being able to run unaltered compose files that worked with docker compose, many of which were fairly complicated. It may have been adequate for simpler use cases back when I tried it.