Run podman as non root gives file permission errors

This morning, I encountered a similar problem. It had to do with the user linger problem. To fix this, I use the following command.

loginctl enable-linger my_ci_user

The process is documented here as well.