Shinyproxy in container - mounting volumes on windows

Hi, not a question for once but this may save time for others in my particular situation.

I’m running shinyproxy containerized on Windows 10, and was struggling to successfully mount volumes through container-volumes: in the application.yml, even though it worked when running the individual containers with the -v flag.

What worked in the end was reformatting the windows file path from C:\Users\user1\data to /c/users/user1/data.

Thanks!
Anders

3 Likes