Chad Faragher

Results 2 comments of Chad Faragher

Hi @twxs. I appreciate your design choice, but on my system CMake is not installed where I'm editing (running vscode). For me, CMake runs in a docker container that builds...

On Windows, double-quotes are required: ``` docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock --entrypoint "" wagoodman/dive:latest sh ``` Otherwise you'll get: > docker: Error response from daemon: OCI runtime create failed:...