How to add Podman as an Agent in Portainer

A Possible approach to adding Podman as an environment in Portainer is two ways. The first is to use the Portainer Agent. The other way is to call it through the remote API. Try1: Portainer Agent Start Portainer Agent I tried and it didn’t work. My Environment I found, it cannot read an agent container IP address when starting. The full error is below. Try2: Podman Remote API When the first method doesn’t work, we try another method using the Podman Remote API. The steps are as follows: Note: When I tested on Portainer > Podman, Some feature may not…