倉庫指標
- Star
- (31,686 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
Issue Description
Reading through the new podman-systemd documentation for version 4.4.0 (as of a5ca732), I noticed a few of errors (and potential errors):
In the "Valid options for [Container]" table:
Label="YXZ"maps to--label "XYZ"– typo in the former.RemapGid=keep-idmaps to--group-add keep-id– not sure if this is an error, butkeep-idis not mentioned in the--group-adddescription in thepodman rundocs (neither for thelatestnorv4.4tags)—the special flagkeep-groupsis, though.keep-idis mentioned again in the expandedRemapGiddescription under the table.- The "Valid options for [Kube]" table has this, too, but the docs for
podman kube playdon't include a--group-addoption at all (and I didn't see a mention of extra options being passed through to a different command, which might be happening..?)
In the RemapUsers= section beneath the [Container] table, the last sentence cuts off: "Use RemapUid and"
In addition, there doesn't seem to be a link to https://docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html anywhere within the docs.podman.io site that I can see. It can be found with the search function, but I initially didn't know to look for it when looking for info about Quadlet integration in Podman 4.4.0. It's the only man(5) page, so not a good fit for the Commands page where everything is man(1), but only being accessible via the Search function isn't great either.
Steps to reproduce the issue
Steps to reproduce the issue
- Read https://github.com/containers/podman/blob/main/docs/source/markdown/podman-systemd.unit.5.md
- Notice errors
- ???
- Profit!
Describe the results you received
N/A
Describe the results you expected
N/A
podman info output
N/A
Podman in a container
No
Privileged Or Rootless
None
Upstream Latest Release
Yes
Additional environment details
N/A
Additional information
No response