That is not Docker. And definitely not Docker Desktop in which category you opened this topic (I moved o general discussions)
I’m also not sure what you mean by adding files to Docker. Docker is the daemon. You don’t add files to it. You could to containers by bind mounting Bind mounts | Docker Docs
but again, podman is not Docker. Images just have common format so you can use them with different container runtimes.