Files
Valentin Rothberg 816e50ba02 podman-generate-systemd --new
Add a --new flag to podman-generate-systemd to create a new container
via podman-run instead of starting an existing container.

Creating a new container presents the challenge to find a reverse
mapping from a container to the CLI flags it can be created with.  We
are doing this via `(Container).Config.CreateCommand` field, which
includes a copy of the process' command from procFS at creating time.
This field may not be useful when the container was not created via the
Podman CLI (e.g., via a Python script).  Hence, we do not guarantee the
correctness of the generated files.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2020-01-09 16:12:12 +01:00
..
2020-01-08 10:06:10 +01:00
2020-01-08 10:06:10 +01:00
2019-10-31 19:55:36 +01:00
2019-12-09 08:40:40 -06:00
2020-01-08 10:06:10 +01:00
2020-01-08 10:06:10 +01:00