THINK I GOT IT - So many layers in the onion here, lol - I had some stuff lingering around but I believe I now have a clear slate with my machine now in rootful mode
Starting machine "podman-machine-default"
Waiting for VM ...
Mounting volume... /home/n30:/home/n30
This machine is currently configured in rootless mode. If your containers
require root permissions (e.g. ports < 1024), or if you run into compatibility
issues with non-podman clients, you can switch using the following command:
podman machine set --rootful
API forwarding listening on: /home/n30/.local/share/containers/podman/machine/qemu/podman.sock
You can connect Docker API clients by setting DOCKER_HOST using the
following command in your terminal session:
export DOCKER_HOST='unix:///home/n30/.local/share/containers/podman/machine/qemu/podman.sock'
Machine "podman-machine-default" started successfully
n30@gri ~/proj> [13:48:56]>
n30@gri ~/proj> [13:49:59]> podman machine set --rootful
Error: cannot change settings while the vm is running, run 'podman machine stop' first
n30@gri ~/proj> [13:50:23]> podman machine stop
Waiting for VM to exit...
Machine "podman-machine-default" stopped successfully
n30@gri ~/proj> [13:50:53]> podman machine set --rootful
n30@gri ~/proj> [13:50:58]>
n30@gri ~/proj> [13:51:01]> podman machine start
Starting machine "podman-machine-default"
Waiting for VM ...
Mounting volume... /home/n30:/home/n30
API forwarding listening on: /home/n30/.local/share/containers/podman/machine/qemu/podman.sock
You can connect Docker API clients by setting DOCKER_HOST using the
following command in your terminal session:
export DOCKER_HOST='unix:///home/n30/.local/share/containers/podman/machine/qemu/podman.sock'
Machine "podman-machine-default" started successfully