Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
conorheffron authored Sep 25, 2024
1 parent aaf84c7 commit f7c574f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ironoc-spark

Run Jupyter Notebook via Docker & map workspace location:
- docker run -p 8888:8888 -v /Users/conorheffron/workspace/task1:/home/jovyan jupyter/minimal-notebook
- docker run -p 8888:8888 -v /Users/conorheffron/workspace/ironoc-spark:/home/jovyan jupyter/minimal-notebook

Run Jupyter Notebook via Docker with PySpark & JDK pre-installed:
- docker run -it --rm -p 8888:8888 jupyter/pyspark-notebook
Expand Down

0 comments on commit f7c574f

Please sign in to comment.