diff --git a/Dockerfile b/Dockerfile index ab8aec3ac..bde361082 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,9 @@ # Installs Jupyter Notebook and IPython kernel from the current branch # Another Docker container should inherit with `FROM jupyter/notebook` # to run actual services. +# +# For opinionated stacks of ready-to-run Jupyter applications in Docker, +# check out docker-stacks FROM jupyter/ubuntu_14_04_locale_fix