docker build -t notebook .
docker run -d -p 8888:8888 -v ~/jupyter-notebooks/:/ipynb notebook
Then connect from browser by loading http://localhost:8888.
docker build -t notebook .
docker run -d -p 8888:8888 -v ~/jupyter-notebooks/:/ipynb notebook
Then connect from browser by loading http://localhost:8888.