scipy-2017-cython-tutorial icon indicating copy to clipboard operation
scipy-2017-cython-tutorial copied to clipboard

README addition

Open cmertes opened this issue 7 years ago • 3 comments

I also had to add my user to the docker group before launching the container:

$ sudo usermod -aG docker $(whoami)

cmertes avatar Jun 29 '17 19:06 cmertes

@cmertes Thanks -- what was the error message? I'll add this to the README

kwmsmith avatar Jun 30 '17 02:06 kwmsmith

Also, what OS / platform are you on?

kwmsmith avatar Jun 30 '17 02:06 kwmsmith

I'm on Ubuntu 16.04. With the Docker daemon already running:

Cannot connect to the Docker daemon. Is the docker daemon running on this host?

To fix, added myself to the docker group and restarted the terminal session.

Thanks much!

cmertes avatar Jul 03 '17 16:07 cmertes