Commit 6c64040f authored by Peter Parente's avatar Peter Parente

Fix README copy/paste image name errors

parent 8cc825b7
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
The following command starts a container with the Notebook server listening for HTTP connections on port 8888 without authentication configured. The following command starts a container with the Notebook server listening for HTTP connections on port 8888 without authentication configured.
``` ```
docker run -d -p 8888:8888 jupyter/pyspark-notebook docker run -d -p 8888:8888 jupyter/all-spark-notebook
``` ```
## Using Spark Local Mode ## Using Spark Local Mode
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
The following command starts a container with the Notebook server listening for HTTP connections on port 8888 without authentication configured. The following command starts a container with the Notebook server listening for HTTP connections on port 8888 without authentication configured.
``` ```
docker run -d -p 8888:8888 jupyter/scipy-notebook docker run -d -p 8888:8888 jupyter/datascience-notebook
``` ```
## Options ## Options
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment