How to Enable Remote API in Podman

What is a Remote API The Remote API helps us to be able to control and manage Podman from other machines. You can write Client Tools to manage Podman directly if we know the APIs. or you can connect it with Management Tools like Portainer. This is possible because Podman implements Docker-compatible API. There are two type of Podman Remote API. 1. Check API version Your Podman will show in APIVersion: Section – you can use command with grep like below:Note: The APIVersion use for test Socket / Rest API 2. Enable Socket – Step for Rootful – Step for…