Hi, I am running Ubuntu 21.10 and cloned the repository.
After doing
git clone https://github.com/FredTingaud/bench-runner.git
cd bench-runner
./quick-bench
I get:
docker: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/create": dial unix /var/run/docker.sock: connect: permission denied.
See 'docker run --help'.
I found elsewhere (https://www.digitalocean.com/community/questions/how-to-fix-docker-got-permission-denied-while-trying-to-connect-to-the-docker-daemon-socket) that I need to do this first:
sudo chmod 666 /var/run/docker.sock
Maybe you can consider adding that to the instructions, or at least say a few keywords about the Docker socket.
After that you can also mention that you need to point the browser to localhost:4000, or whatever is in the output of the ./quickbench command.
It would be also nice to give some instructions on how to install third-party (apt) libraries although that is another question. (I followed the ssh method in #2, but QB still couldn't find the header file).
Hi, I am running Ubuntu 21.10 and cloned the repository.
After doing
git clone https://github.com/FredTingaud/bench-runner.git cd bench-runner ./quick-benchI get:
I found elsewhere (https://www.digitalocean.com/community/questions/how-to-fix-docker-got-permission-denied-while-trying-to-connect-to-the-docker-daemon-socket) that I need to do this first:
Maybe you can consider adding that to the instructions, or at least say a few keywords about the Docker socket.
After that you can also mention that you need to point the browser to
localhost:4000, or whatever is in the output of the./quickbenchcommand.It would be also nice to give some instructions on how to install third-party (apt) libraries although that is another question. (I followed the ssh method in #2, but QB still couldn't find the header file).