BeamMP server mods/maps questions

Not sure how to add mods or a new map to a BeamMP server using docker

Docker is the repo i have used and the server works great but I cant figure out how to add files to docker so I can add mods

I’m using podman containers with cockpit using fedora server 38

This is like my second time using docker ever so I’m pretty new to this

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.

How would I add mods to this server