Turn git repositories into Jupyter-enabled Docker Images
 
 
 
 
 
 
Go to file
yuvipanda 13226e1f27 Rename source_url and source_ref to repo and ref
Makes more sense, and also now consistent with the repository
name
2017-05-22 20:32:13 -07:00
repo2docker
s2i-builders
.dockerignore
.gitignore
Dockerfile
LICENSE
README.md
install-s2i.bash
setup.py

README.md

Builder

Note: The project will probably be renamed soon!

A simple commandline tool that builds a docker image off a git repository & pushes it to a docker registry.

It mostly relies on other tools (Source to Image or just docker) for doing the actual building. It is a simple wrapper that does detection to figure out which build method to use, and how to invoke that build method.