Replies: 2 comments 1 reply
-
#20762 from what I can tell the basics are there. However note that the version of the docs you were looking at is "latest". This is not always the same as the version you may be using. The last version released is 4.8.0. Seems the changes in the pull request didn't make it into the last release. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Ok, thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been using
podman generate
to create systemd units to handle my pods with no issues. But, recently I have received a message advising that it is deprecated in favour of Quadlet.The problem is that Quadlet is not fully replacing
podman generate
, because it handles only the creation of systemd units for Containters.According to the documentation podman-systemd.unit, it should be possible to create
.pod
files and a[POD]
section is described in this manual as well.Is this going to be implemented in Podman in the near future?
Beta Was this translation helpful? Give feedback.
All reactions