I have installed podman on my macOS Catalina laptop using 'brew cask install
podman' and can see that I have v2.0.3 installed.
$ podman -v
podman version 2.0.3
$
From what I read, the macOS podman is a remote client, but I can't find consistent
directions on how to setup/configure the macOS client to reference a remote podman node.
I have both RHEL7.7 (podman version 1.6.4) and RHEL8.0 (podman version 1.9.3) VMs where I
can ssh as root.
Can someone please point me to info about how to setup my macOS podman client to use
either of my RHEL podman nodes?
Thanks in advance for any help!