Closed Bigous closed 2 years ago
Ok, found the solution. Just puts an extra /
in the command...
docker run -p 4000:4000 -v "$(pwd)/data:/data" -v "//var/run/docker.sock:/var/run/docker.sock" --env-file local.env -e "BENCH_ROOT=$(pwd)" -it fredtingaud/bench-runner ./start-quick-bench
Windows does not came with
/var/run/docker.sock
how can we avoid this?The software starts at port 4000 but with no compiler and when I try to download one, it stays in a blank page forever...