Skip to content

Commit

Permalink
added image labels
Browse files Browse the repository at this point in the history
  • Loading branch information
willb committed Nov 23, 2016
1 parent 290ee31 commit 0087f7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,9 @@ RUN mkdir -p -m 700 /home/$NB_USER/.jupyter/ && \
echo "c.NotebookApp.ip = '*'" >> /home/$NB_USER/.jupyter/jupyter_notebook_config.py && \
echo "c.NotebookApp.open_browser = False" >> /home/$NB_USER/.jupyter/jupyter_notebook_config.py

LABEL io.k8s.description="PySpark Jupyter Notebook." \
io.k8s.display-name="PySpark Jupyter Notebook." \
io.openshift.expose-services="8888:http"


CMD ["/start.sh"]

0 comments on commit 0087f7d

Please sign in to comment.