Turn git repositories into Jupyter-enabled Docker Images
 
 
 
 
 
 
Go to file
yuvipanda e3224392e0 Add a __main__ and an entrypoint 2017-05-22 20:39:12 -07:00
repo2docker Add a __main__ and an entrypoint 2017-05-22 20:39:12 -07:00
s2i-builders
.dockerignore
.gitignore
Dockerfile
LICENSE
README.md
install-s2i.bash
setup.py Add a __main__ and an entrypoint 2017-05-22 20:39:12 -07:00

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.