games-on-whales / wolf

Stream virtual desktops and games running in Docker
https://games-on-whales.github.io/wolf/stable/
MIT License
292 stars 20 forks source link

[Question] How to mount the host directory to the app? #76

Closed rty813 closed 3 weeks ago

rty813 commented 4 weeks ago

I have some game saves and game content that I want to mount to the Steam app.

ABeltramo commented 4 weeks ago

Quite the opposite, you can easily add additional mount points just by changing the config.toml file. There's also an example in the docs: https://games-on-whales.github.io/wolf/stable/user/configuration.html#_docker

rty813 commented 3 weeks ago

Found it, thank you very much.