How to maintain/manage declarative podman containers with docker-compose api/yaml and systemd #11711
Unanswered
andrew-kennedy
asked this question in
Q&A
Replies: 2 comments 5 replies
-
Can you elaborate on that? I cannot brain parse what that means in practice. For the limitations of |
Beta Was this translation helpful? Give feedback.
4 replies
-
The problem with docker-compose is that it is client service, and systemd prefers fork/exec. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In issue #11370 I asked the following question:
Is there no official way to do declarative podman image configuration and then systemd unit generation? With docker I could create a set of compose files that I could update and add to as needed for all the services on a system. With podman, I figured I could leverage docker-compose API support to match this using the systemd unit file generation, but it seems this might not be the case?
I would like to avoid maintaining a set of bash podman create scripts as my set of "declarative" podman images.
Beta Was this translation helpful? Give feedback.
All reactions