Roemer / ut99-server

A dockerfile for a fully functional and easy configurable Unreal Tournament 99 server.
MIT License
87 stars 28 forks source link

Why broken with a host bind? #27

Open ishioni opened 1 year ago

ishioni commented 1 year ago

Hi

I'm trying to run this in my kubernetes cluster, and it keeps failing on prepare.py, something with the symlinking seems to fail miserably, and i can't pinpoint what exactly. You mention that in docker-land a host bind doesn't work, needs to be a named volume. And indeed, if I try to use a host bind, the fail looks the exact same way.

What's the additional thing that docker does here?

Roemer commented 11 months ago

Good question and I actually don't remember. Probably some issues with symlinks? Might try again.