Closed skewty closed 5 months ago
for containers we report back the original name that was used in the request (RawInput
), e.g.:
// ContainerStartReport describes the response from starting
// containers from the cli
type ContainerStartReport struct {
Id string //nolint:revive,stylecheck
RawInput string
Err error
ExitCode int
}
The same mechanism is not present for pods.
Would you like to open a PR to implement it?
Issue Description
podman console output inconsistent use of id / name
Steps to reproduce the issue
Steps to reproduce the issue
Describe the results you received
Describe the results you expected
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
No
Additional environment details
Additional environment details
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting