mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 16:35:45 +00:00
Add a `CreateCommand` field to the pod config which includes the entire `os.Args` at pod-creation. Similar to the already existing field in a container config, we need this information to properly generate generic systemd unit files for pods. It's a prerequisite to support the `--new` flag for pods. Also add the `CreateCommand` to the pod-inspect data, which can come in handy for debugging, general inspection and certainly for the tests that are added along with the other changes. Signed-off-by: Valentin Rothberg <rothberg@redhat.com> |
||
|---|---|---|
| .. | ||
| annotations.go | ||
| config.go | ||
| container_inspect.go | ||
| containerstate.go | ||
| ctr_inspect.go | ||
| errors.go | ||
| exec_codes.go | ||
| healthchecks.go | ||
| info.go | ||
| pod_inspect.go | ||
| podstate.go | ||
| runtime.go | ||
| version.go | ||