Dear Debian users,

I have installed Podman via `sudo apt install podman` on Debian 12 (Bookworm) and setup subuids and subgids for my user to use rootless podman.

However my host seems to have some issue as I'm not able to run (instantiate) any container using the `podman run` command.

Please see the following code block for information regarding my installation and the error I get when trying to run some container:

~~~
:~$ podman version
Client:       Podman Engine
Version:      4.3.1
API Version:  4.3.1
Go Version:   go1.19.8
Built:        Thu Jan  1 01:00:00 1970
OS/Arch:      linux/amd64

:~$ podman images
REPOSITORY                     TAG         IMAGE ID      CREATED        SIZE
docker.io/library/hello-world latest d2c94e258dcb 14 months ago 28.5 kB

:~$ podman run --rm hello-world
conmon: option parsing failed: Unknown option --full-attach
Error: write child: broken pipe
~~~

I don't know how to troubleshoot this issue and did not find any useful search result on the web.

Your guidance and help in troubleshooting is much appreciated. In case you need more information to be able to help, please let me know what you need to know.

Best regards,
Joerg

Reply via email to