Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure Docker service is running before Jupyter notebook is started #8

Open
sabman opened this issue Apr 7, 2017 · 1 comment
Open

Comments

@sabman
Copy link

sabman commented Apr 7, 2017

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

@bdoc323
Copy link

bdoc323 commented Aug 24, 2017

Were you receiving a specific error that indicated this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants