Skip to content

Commit 55834c3

Browse files
author
Carsten Senf
committed
Added some comments regarding docker-compose to README.md
1 parent 518cb83 commit 55834c3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@ With [Papermill](https://github.com/nteract/papermill):
6363
- `papermill rescuetime_downloader.ipynb data/output.ipynb -p start_date '2019-08-14' -p end_date '2019-10-14'`
6464
- **NOTE**: You first need to [parameterize your notebook](https://github.com/nteract/papermill#parameterizing-a-notebook) in order pass parameters into commands.
6565

66+
With [docker-compose](https://docs.docker.com/compose/):
67+
68+
- Installation of docker is required.
69+
- This runs the Docker image [continuumio/anaconda3](https://hub.docker.com/r/continuumio/anaconda3). The current directory will be mounted to `/opt/notebooks`.
70+
- Run `docker-compose up` in current directory.
71+
- Point the browser to the shown URL.
72+
6673
#### Creators and Contributors:
6774

6875
* [Mark Koester](https://github.com/markwk/)

0 commit comments

Comments
 (0)