You are not logged in.
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): EOFThis always happens with all images I tried, both root and rootless. Please help.
Last edited by mooncactus (2019-12-16 15:54:21)
Offline
Found this bugreport: https://github.com/containers/libpod/issues/4522
Seems just need to wait for an update.
Offline