From 61730bd6de8d36360ffbf24ba30cf5d963b6b354 Mon Sep 17 00:00:00 2001 From: Justin Tyberg Date: Wed, 18 May 2016 22:05:59 -0400 Subject: [PATCH] Add "--allow-root". (c) Copyright IBM Corp. 2015 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1514b2997..3b1e7a90e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Another Docker container should inherit with `FROM jupyter/notebook` # to run actual services. # -# For opinionated stacks of ready-to-run Jupyter applications in Docker, +# For opinionated stacks of ready-to-run Jupyter applications in Docker, # check out docker-stacks FROM jupyter/ubuntu_14_04_locale_fix @@ -109,4 +109,4 @@ WORKDIR /notebooks EXPOSE 8888 ENTRYPOINT ["tini", "--"] -CMD ["jupyter", "notebook", "--no-browser"] +CMD ["jupyter", "notebook", "--no-browser", "--allow-root"]