Add "--allow-root".

(c) Copyright IBM Corp. 2015
pull/1468/head
Justin Tyberg 10 years ago
parent 7002b18dcb
commit 61730bd6de

@ -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 <https://github.com/jupyter/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"]

Loading…
Cancel
Save