From 3231bfe2f674047c4184f47980ccced6ff08b75c Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Fri, 12 Sep 2014 17:38:36 +0000 Subject: [PATCH] Instructions inside the Dockerfile --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9eb45f5a9..32745bcd5 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