Building Your Own Docker Image for the VCE - innovationOUtside/tm351vm-binder GitHub Wiki

The simplest way to build your own docker image is to use repo2docker to build an image from the build files in the original repository:

  • download and install docker;
  • on the commandline, install the required Python package: pip install jupyter-repo2docker (assuming you have Python/pip isntaller available)
  • build an image from this repo and launch a container from it: repo2docker --user-id 1000 --user-name jovyan https://github.com/innovationOUtside/tm351vm-binder/

You can also use the ContainDS Desktop application to launch and manage containers using repo2docker underneath (some old instructions here).