From 0a36546640e6ec9a9a6c5b0e91ab6d1e24c1f2d6 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Sat, 16 Sep 2017 10:20:58 -0700 Subject: [PATCH] document `--debug` --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5ec1ef73..a713bcea 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,15 @@ After building (it might take a while!), it should output in your terminal somet If you copy paste that URL into your browser you will see a Jupyter Notebook with the contents of the repository you had just built! +### Displaying the image Dockerfile +Repo2Docker will generate a Dockerfile that composes the created Docker image. +To see the contents of this Dockerfile without building the image use `--debug` and `--no-build` +flags like so: + +```bash +jupyter-repo2docker --debug --no-build https://github.com/jakevdp/PythonDataScienceHandbook +``` + ## Repository specifications Repo2Docker looks for various files in the repository being built to figure out how to build it.