Jupyter Share
This is a notebook modified from the datascience-notebook stack. It includes many more packages for Julia+Jupyter.
Usage
This is derived from this guide
docker pull vanessa/julia-share
Run the container, bind your working directory (to save files to your host) to /home/joyvan/work
docker run -it --rm -p 8888:8888 -v $PWD:/home/jovyan/work vanessa/share-julia