mikhailklassen / Mining-the-Social-Web-3rd-Edition

The official online compendium for Mining the Social Web, 3rd Edition (O'Reilly, 2018)
Other
922 stars 486 forks source link

Can't repo2docker the url #57

Open c3Zor opened 3 years ago

c3Zor commented 3 years ago

repo2docker https://github.com/mikhailklassen/Mining-the-Social-Web-3rd-Edition

Docker client initialization error: Error while fetching server API version: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory')). Check if docker is running on the host.

Is it the problem with my pc? I'm using mac

mikec309 commented 3 years ago

I'm having the same problem on Ubuntu 20.04.1

mikec309 commented 3 years ago

Found the answer: Non-sudo user must be in the docker group. See https://docs.docker.com/engine/install/linux-postinstall/. RTFM to me.