From 6e7c1574a63ef2042b5bb0d815f86162eb828c40 Mon Sep 17 00:00:00 2001 From: Peter Parente Date: Wed, 23 Sep 2015 20:17:33 -0400 Subject: [PATCH] Note tini is in 4.0 and up images --- all-spark-notebook/README.md | 2 +- datascience-notebook/README.md | 2 +- minimal-notebook/README.md | 2 +- pyspark-notebook/README.md | 2 +- r-notebook/README.md | 2 +- scipy-notebook/README.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/all-spark-notebook/README.md b/all-spark-notebook/README.md index 275f3b20..60eb33f8 100644 --- a/all-spark-notebook/README.md +++ b/all-spark-notebook/README.md @@ -11,7 +11,7 @@ * 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` -* [tini](https://github.com/krallin/tini) as the container entrypoint and [start-notebook.sh](../minimal-notebook/start-notebook.sh) as the default command +* **(v4.0.x)** [tini](https://github.com/krallin/tini) as the container entrypoint and [start-notebook.sh](../minimal-notebook/start-notebook.sh) as the default command * Options for HTTPS, password auth, and passwordless `sudo` ## Basic Use diff --git a/datascience-notebook/README.md b/datascience-notebook/README.md index 0b6fd399..24dc053f 100644 --- a/datascience-notebook/README.md +++ b/datascience-notebook/README.md @@ -9,7 +9,7 @@ * plyr, devtools, dplyr, ggplot2, tidyr, shiny, rmarkdown, forecast, stringr, rsqlite, reshape2, nycflights13, caret, rcurl, and randomforest pre-installed * Julia v0.3.x with Gadfly and RDatasets pre-installed * Unprivileged user `jovyan` (uid=1000, configurable, see options) in group `users` (gid=100) with ownership over `/home/jovyan` and `/opt/conda` -* [tini](https://github.com/krallin/tini) as the container entrypoint and [start-notebook.sh](../minimal-notebook/start-notebook.sh) as the default command +* **(v4.0.x)** [tini](https://github.com/krallin/tini) as the container entrypoint and [start-notebook.sh](../minimal-notebook/start-notebook.sh) as the default command * Options for HTTPS, password auth, and passwordless `sudo` ## Basic Use diff --git a/minimal-notebook/README.md b/minimal-notebook/README.md index 6c4d5598..8fe3ebd1 100644 --- a/minimal-notebook/README.md +++ b/minimal-notebook/README.md @@ -6,7 +6,7 @@ * Conda Python 3.4.x * No preinstalled scientific computing packages * Unprivileged user `jovyan` (uid=1000, configurable, see options) in group `users` (gid=100) with ownership over `/home/jovyan` and `/opt/conda` -* [tini](https://github.com/krallin/tini) as the container entrypoint and [start-notebook.sh](./start-notebook.sh) as the default command +* **(v4.0.x)** [tini](https://github.com/krallin/tini) as the container entrypoint and [start-notebook.sh](./start-notebook.sh) as the default command * Options for HTTPS, password auth, and passwordless `sudo` ## Basic Use diff --git a/pyspark-notebook/README.md b/pyspark-notebook/README.md index fa9295ad..fbf5ac76 100644 --- a/pyspark-notebook/README.md +++ b/pyspark-notebook/README.md @@ -8,7 +8,7 @@ * 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` -* [tini](https://github.com/krallin/tini) as the container entrypoint and [start-notebook.sh](../minimal-notebook/start-notebook.sh) as the default command +* **(v4.0.x)** [tini](https://github.com/krallin/tini) as the container entrypoint and [start-notebook.sh](../minimal-notebook/start-notebook.sh) as the default command * Options for HTTPS, password auth, and passwordless `sudo` ## Basic Use diff --git a/r-notebook/README.md b/r-notebook/README.md index 78737504..b6ad20f3 100644 --- a/r-notebook/README.md +++ b/r-notebook/README.md @@ -6,7 +6,7 @@ * Conda R v3.2.x and channel * plyr, devtools, dplyr, ggplot2, tidyr, shiny, rmarkdown, forecast, stringr, rsqlite, reshape2, nycflights13, caret, rcurl, and randomforest pre-installed * Unprivileged user `jovyan` (uid=1000, configurable, see options) in group `users` (gid=100) with ownership over `/home/jovyan` and `/opt/conda` -* [tini](https://github.com/krallin/tini) as the container entrypoint and [start-notebook.sh](../minimal-notebook/start-notebook.sh) as the default command +* **(v4.0.x)** [tini](https://github.com/krallin/tini) as the container entrypoint and [start-notebook.sh](../minimal-notebook/start-notebook.sh) as the default command * Options for HTTPS, password auth, and passwordless `sudo` ## Basic Use diff --git a/scipy-notebook/README.md b/scipy-notebook/README.md index c467f369..a1aa3825 100644 --- a/scipy-notebook/README.md +++ b/scipy-notebook/README.md @@ -6,7 +6,7 @@ * Conda Python 3.4.x and Python 2.7.x environments * pandas, matplotlib, scipy, seaborn, scikit-learn, scikit-image, sympy, cython, patsy, statsmodel, cloudpickle, dill, numba, bokeh pre-installed * Unprivileged user `jovyan` (uid=1000, configurable, see options) in group `users` (gid=100) with ownership over `/home/jovyan` and `/opt/conda` -* [tini](https://github.com/krallin/tini) as the container entrypoint and [start-notebook.sh](../minimal-notebook/start-notebook.sh) as the default command +* **(v4.0.x)** [tini](https://github.com/krallin/tini) as the container entrypoint and [start-notebook.sh](../minimal-notebook/start-notebook.sh) as the default command * Options for HTTPS, password auth, and passwordless `sudo` ## Basic Use