Peter Clotworthy
Peter Clotworthy
I also have this problem on Windows and agree that it shouldn't be a problem because the boot2docker VM provides the socket, and is at `/var/run/docker.sock` (you can check this...
I just wrote a quick dockerfile ``` FROM jeroenpeeters/docker-ssh RUN apk --update add curl=7.47.0-r0 ``` For some reason, I had to force that curl version, as otherwise it installed 7.38...
The /version request returned `1.22`, and using `http:/v1.22/containers/json` returns a proper json response. I can't explain it, now the standard `http:/containers/json` works - but still the script crashes.
I appreciate that npm vs yarn is a crazily opinionated subject but sometimes you have to use npm because of external reaons! I found I had to use specific versions...
Struggling to get this working as well. Just in case you're not aware @johan-v-r this is [Hot Reload](https://docs.microsoft.com/en-us/aspnet/core/test/hot-reload?view=aspnetcore-6.0) we're talking about (not auto-builds) - specifically .NET/Blazor Watch's handling of Browser...