Yes, we create build artifacts inside of Coder. But these build artifacts need to run on actual HW at our desk. The optimal way to do his to avoid latency is to use a debug program locally and use the build artifacts from the container. We could copy the build artifacts using SCP every time, but that is an extra step that devs will forget. If we could mount a container locally, that would be ideal. I've done this using sshfs, but unfortunately, most of our laptops are running windows and I've not been able to get sshfs-win to work. Even if that did work, some people's PCs may be locked down from installing other SW. I think samba and webdav would work on stock Windows.