You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 10, 2021. It is now read-only.
I installed podman and the python podman library. But I does not show any images or containers:
$ podman version
Version: 2.0.4
API Version: 1
Go Version: go1.14.4
Built: Thu Jan 1 01:00:00 1970
OS/Arch: linux/amd64
$ podman images
REPOSITORY TAG IMAGE ID CREATED SIZE
docker.io/library/nginx latest 4bb46517cac3 7 days ago 137 MB
docker.io/library/alpine latest a24bb4013296 2 months ago 5.85 MB
$ podman ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
96f979df67f8 docker.io/library/nginx:latest nginx -g daemon o... About an hour ago Up About an hour ago eager_galileo
<generator object Images.list at 0x7f41cbd344c0>
<generator object Containers.list at 0x7f41cbd344c0>
Am I doing anything wrong? I installed it first following this blog post. Does this break anything due to the new API. Also is there a documentation anywhere?