UrbanInstitute/spark-social-science

Make sure Docker service is running before Jupyter notebook is started

Opened this issue · 1 comments

It appears that bootstrap script is failing to start notebook because toree expects docker to be running.

I got it working by adding the following:

sudo usermod -aG docker $(whoami)
sudo service docker restart

see: sabman@4938787#diff-404849c51263cc5d1021a1a02e10b374

Were you receiving a specific error that indicated this?