Swap tini for supervisord

* Pass $@ args to start-notebook.sh
* Set tini as entrypoint, but keep start-notebook.sh as easily overridable CMD
* su to jovyan user within start-notebook.sh script

Contribution (c) Copyright IBM Corp. 2015
This commit is contained in:
Peter Parente
2015-09-16 22:48:32 -04:00
parent 735c520486
commit 678b64e9e4
7 changed files with 21 additions and 18 deletions

View File

@@ -57,4 +57,5 @@ USER root
# switching at runtime.
RUN $CONDA_DIR/envs/python2/bin/python \
$CONDA_DIR/envs/python2/bin/ipython \
kernelspec install-self
kernelspec install-self