Skip to content

Commit

Permalink
Merge pull request #24552 from M5oul/main
Browse files Browse the repository at this point in the history
doc: fix words repetitions
  • Loading branch information
openshift-merge-bot[bot] authored Nov 13, 2024
2 parents 77e67e7 + 6809bf1 commit a52061c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/markdown/podman-systemd.unit.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,7 @@ more arguments after a `podman run <image> <arguments>` invocation.
The format is the same as for [systemd command lines](https://www.freedesktop.org/software/systemd/man/systemd.service.html#Command%20lines),
However, unlike the usage scenario for similarly-named systemd `ExecStart=` verb
which operates on the ambient root filesystem, it is very common for container
images to have their own `ENTRYPOINT` or `CMD` metadata which this
which this interacts with.
images to have their own `ENTRYPOINT` or `CMD` metadata which this interacts with.

The default expectation for many images is that the image will include an `ENTRYPOINT`
with a default binary, and this field will add arguments to that entrypoint.
Expand Down

0 comments on commit a52061c

Please sign in to comment.