Closed
Description
Issue Description
I get ERRO[0000] Should restart: false
error when trying to start a container using --rm
flag during the podman create time
podman start -a $(podman create --rm -t fedora uname)
Linux
ERRO[0000] Should restart: false
without --rm it works
podman start -a $(podman create -t fedora uname)
Linux
using the docker cli and the podman backend also works
docker start -a $(docker create --rm -t fedora uname)
Linux
podman run --rm -t fedora uname
also works
Steps to reproduce the issue
Steps to reproduce the issue
- podman start -a $(podman create --rm -t fedora uname)
Describe the results you received
I got ERRO[0000] Should restart: false
Describe the results you expected
no error
podman info output
podman version 5.4.2 / macOS
Podman in a container
No
Privileged Or Rootless
None
Upstream Latest Release
Yes
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