Updating configuration to to run podman inside minios

sudo apt install podman
live@minios:~$ podman ps
Error: command required for rootless mode with multiple IDs: exec: "newuidmap": executable file not found in $PATH

then

sudo apt install uidmap 
live@minios:~$ podman ps
Error: configure storage: 'overlay' is not supported over overlayfs, a mount_program is required: backing file system is unsupported for this graph driver
WARN[0000] Failed to add pause process to systemd sandbox cgroup: Process org.freedesktop.systemd1 exited with status 1 
Error: configure storage: 'overlay' is not supported over overlayfs, a mount_program is required: backing file system is unsupported for this graph driver
sudo apt install fuse-overlayfs
Error: could not find pasta, the network namespace can't be configured: exec: "pasta": executable file not found in $PATH
sudo apt install passt

Now everything is working =)