mirror of https://github.com/containers/podman.git
docs: generate systemd: point to kube template
Point to the kube template in the notes of `--new`. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
parent
c1de4d3ce2
commit
622638b72b
|
@ -68,7 +68,7 @@ Use the name of the container for the start, stop, and description in the unit f
|
|||
|
||||
Using this flag will yield unit files that do not expect containers and pods to exist. Instead, new containers and pods are created based on their configuration files. The unit files are created best effort and may need to be further edited; please review the generated files carefully before using them in production.
|
||||
|
||||
Note that `--new` only works on containers and pods created directly via Podman (i.e., `podman [container] {create,run}` or `podman pod create`). It does not work on containers or pods created via the REST API or via `podman kube play`.
|
||||
Note that `--new` only works on containers and pods created directly via Podman (i.e., `podman [container] {create,run}` or `podman pod create`). It does not work on containers or pods created via the REST API or via `podman kube play`. For `podman kube play`, please use the `podman-kube@.service` systemd template instead.
|
||||
|
||||
#### **--no-header**
|
||||
|
||||
|
|
Loading…
Reference in New Issue