Hi all
I’m trying to get on to writing uis for plugins I have been working on but I cannot figure how to get an environment to test them in.
I have tried the moddevices/modsdk docker image, but I get this error:
docker run -p 9000:9000 -v /Users/my-user/my-lv2-folder:/lv2 moddevices/modsdk
docker: Error response from daemon: error while creating mount source path '/Users/my-user/my-lv2-folder': mkdir /Users: file exists.
Any idea what is wrong here (btw using Windows 11 Home)
Are there other environments which could be used