spiegel_podman/pkg/systemd/generate
Valentin Rothberg f9a689f3ed generate systemd: clarify limitations of --new
`generate systemd --new` is looking at the "create command" of the
container/pod which is simply the os.Args at creation time.

It does not work on containers or pods created via the REST API since
the create command is not set.  `--new` does work on such containers and
pods since there is no reliable way to reverse-map their configs to
command-line arguments of podman.

Fixes: #11370
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2021-09-01 08:50:03 +02:00
..
common.go generate systemd: use --cidfile again 2021-08-24 15:46:00 +02:00
common_test.go generate systemd: use --cidfile again 2021-08-24 15:46:00 +02:00
containers.go generate systemd: clarify limitations of --new 2021-09-01 08:50:03 +02:00
containers_test.go generate systemd: use --cidfile again 2021-08-24 15:46:00 +02:00
pods.go Revert "generate systemd: custom stop signal" 2021-08-24 13:33:06 +02:00
pods_test.go Revert "generate systemd: custom stop signal" 2021-08-24 13:33:06 +02:00