Skip to content

More specific instructions needed #7

@correaa

Description

@correaa

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions