8000 podman start + AutoRemove flag · Issue #25965 · containers/podman · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
podman start + AutoRemove flag #25965
Closed
@benoitf

Description

@benoitf

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

  1. 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

Metadata

Metadata

Assignees

Labels

kind/bugCategorizes issue or PR as related to a bug.remoteProblem is in podman-remotetriagedIssue has been triaged

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0