Background I was trying to get the IP address of one of my podman containers. I was using this command over and over with much pain (and no gain): podman inspect -f ‘{{ .NetworkSettings.IPAddress }}’ <container-name> Journey to the Solution Finally, after much frustration, I resorted to AI shameful face ChatGPT told me this: “The command podman inspect -f ‘{{…