diff --git a/Dockerfile b/Dockerfile index 9eb45f5..32745bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,7 @@ +# Designed to be run as +# +# docker run -it -p 9999:8888 ipython/latest + FROM ipython/scipystack MAINTAINER IPython Project