Make sure Docker service is running before Jupyter notebook is started
Opened this issue · 1 comments
sabman commented
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
bdoc323 commented
Were you receiving a specific error that indicated this?