Explicitly document jovyan user

This commit is contained in:
Peter Parente
2015-09-12 20:38:12 -04:00
parent 0c508efe4e
commit d51afb34f7
6 changed files with 6 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
* pyspark, pandas, matplotlib, scipy, seaborn, scikit-learn pre-installed
* Spark 1.4.1 for use in local mode or to connect to a cluster of Spark workers
* Mesos client 0.22 binary that can communicate with a Mesos master
* Unprivileged user `jovyan` (uid=1000, configurable, see options) in group `users` (gid=100) with ownership over `/home/jovyan` and `/opt/conda`
* Options for HTTPS, password auth, and passwordless `sudo`
## Basic Use