From 55834c38729613cb92d79bc5f2b12e4ff3e89044 Mon Sep 17 00:00:00 2001 From: Carsten Senf Date: Sun, 14 Jun 2020 15:43:32 +0200 Subject: [PATCH] Added some comments regarding docker-compose to README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d368fd7..250d1f2 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,13 @@ With [Papermill](https://github.com/nteract/papermill): - `papermill rescuetime_downloader.ipynb data/output.ipynb -p start_date '2019-08-14' -p end_date '2019-10-14'` - **NOTE**: You first need to [parameterize your notebook](https://github.com/nteract/papermill#parameterizing-a-notebook) in order pass parameters into commands. +With [docker-compose](https://docs.docker.com/compose/): + +- Installation of docker is required. +- This runs the Docker image [continuumio/anaconda3](https://hub.docker.com/r/continuumio/anaconda3). The current directory will be mounted to `/opt/notebooks`. +- Run `docker-compose up` in current directory. +- Point the browser to the shown URL. + #### Creators and Contributors: * [Mark Koester](https://github.com/markwk/)