You are not logged in.

#1 2019-12-15 15:24:08

mooncactus
Member
Registered: 2017-04-14
Posts: 15

[Solved]Podman can't start contianers second time

Both root and rootless podman containers work fine except if they stopped, or machine rebooted, they can not be started again:

podman run -it --name ubuntu ubuntu
root@87c5769e2ebf:/# uname -a
Linux 87c5769e2ebf 5.4.3-arch1-1 #1 SMP PREEMPT Fri, 13 Dec 2019 09:39:02 +0000 x86_64 x86_64 x86_64 GNU/Linux
root@87c5769e2ebf:/# exit

podman ps -a
CONTAINER ID  IMAGE                            COMMAND    CREATED        STATUS                         PORTS  NAMES
87c5769e2ebf  docker.io/library/ubuntu:latest  /bin/bash  2 minutes ago  Exited (0) About a minute ago         ubuntu

podman start ubuntu
Error: unable to start container "ubuntu": container create failed (no logs from conmon): EOF

This always happens with all images I tried, both root and rootless. Please help.

Last edited by mooncactus (2019-12-16 15:54:21)

Offline

#2 2019-12-16 15:53:06

mooncactus
Member
Registered: 2017-04-14
Posts: 15

Re: [Solved]Podman can't start contianers second time

Found this bugreport: https://github.com/containers/libpod/issues/4522
Seems  just need to wait for an update.

Offline

Board footer

Powered by FluxBB