Replies: 2 comments 1 reply
-
I am running into the same issue. Line 260 in 7ff1494 The test code suggests the same : 8ee2622 It looks like a bug, maybe the tests are broken |
Beta Was this translation helpful? Give feedback.
-
Templates are special because by default quadlet is just a generator and cannot know what instances you have started via systemd. As such the special symlink as descriped in the docs there is required. From https://docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html#template-files
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to convert the docker-compose.yaml file to quadlet files. As you can see, there are 2 containers that are mostly the same, except for 2 statements (expose port & exec).
My attempt is to create
/etc/containers/systemd/[email protected]
as follows:Then I also created
/etc/containers/systemd/[email protected]/port.conf
:And
/etc/containers/systemd/[email protected]/exec.conf
:However, these aren't respected. My interpretation of
man podman-systemd.unit
implies this should work. Am I doing something wrong or is this not supported?Beta Was this translation helpful? Give feedback.
All reactions