From f36899161413a5c41866c9b641a963b39225a418 2014-09-24 23:12:20 From: Kyle Kelley Date: 2014-09-24 23:12:20 Subject: [PATCH] Instructions inside the Dockerfile --- 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