I've installed Podman on Ubuntu using apt-get successfully, and it is running when I do:
service podman start
service podman status
The result is:
podman.service - Podman API Service
Loaded: loaded (/lib/systemd/system/podman.service; disabled; vendor preset: enabled)
Active: active (running) since Fri 2022-09-23 08:19:43 CEST; 2s ago
TriggeredBy: ● podman.socket
So all is good. But it seems something is wrong because when I run:
podman system connection ls
to get the port used by Podman, I get an empty response. So no port is exposed. Moreover, whenever I try to deploy a simple container, I get an error message so something is definitely wrong.
Can someone please help? :(