We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13bae4f commit 0ad013eCopy full SHA for 0ad013e
README.md
@@ -23,3 +23,8 @@ $ docker run -it --name iruby-notebook --rm -p 8888:8888 -v `pwd`:/home/jovyan/w
23
```
24
25
Based on the URL above, visit `http://127.0.0.1:8888/?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx`.
26
+This command will mount the current working directory (`pwd`)
27
+to the `/home/jovyan/work` directory in Docker container
28
+and all files can be found in the `work` directory in the browser as shown:
29
+
30
+
screenshots/notebook.png
23.6 KB
0 commit comments