- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2.8k
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.locked - please file new issue/PRAssist humans wanting to comment on an old issue or PR with locked comments.Assist humans wanting to comment on an old issue or PR with locked comments.remoteProblem is in podman-remoteProblem is in podman-remotetriagedIssue has been triagedIssue has been triaged
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 / macOSPodman 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
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.locked - please file new issue/PRAssist humans wanting to comment on an old issue or PR with locked comments.Assist humans wanting to comment on an old issue or PR with locked comments.remoteProblem is in podman-remoteProblem is in podman-remotetriagedIssue has been triagedIssue has been triaged