Skip to content

Creating a Docker Image

Kevin Mader edited this page Dec 10, 2018 · 1 revision
  1. Install the latest and greatest repo2docker pip install git+https://github.com/jupyter/repo2docker.git
  2. Build the image
jupyter-repo2docker --image-name qbi2018 --push https://github.com/kmader/Quantitative-Big-Imaging-2018
  1. Run
After building (it might take a while!), it should output in your terminal something like:

    Copy/paste this URL into your browser when you connect for the first time,
    to login with a token:
        http://0.0.0.0:36511/?token=f94f8fabb92e22f5bfab116c382b4707fc2cade56ad1ace0
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!
Clone this wiki locally