docker run -it --rm -p 8888:8888 -e JUPYTER_TOKEN=password buarki/augmented-jupyter-notebook
Then you can open http://localhost:8888/
on a browser and it'll ask you for a token or password. If you just ran above command you can pass password
as param.
You can build and run image locally using. One simple way is using the available commands on Makefile. To build the image you can run:
make build
To run with docker-compose you can:
make run_with_docker_compose
The base image docs can be found at jupyter-docker-stacks, base base image is sourced from jupyter dockerhub.