Turn git repositories into Jupyter-enabled Docker Images
 
 
 
 
 
 
Go to file
yuvipanda eac759ccd4 Add explicit dependency on escapism 2017-05-22 22:55:44 -07:00
repo2docker Allow running just-built container 2017-05-22 22:55:17 -07:00
s2i-builders Move the s2i builders into a subdir 2017-05-22 16:18:49 -07:00
.dockerignore
.gitignore Remove .gitignore in anticipation of merging with s2i 2017-05-22 16:00:33 -07:00
Dockerfile
LICENSE
README.md
install-s2i.bash
setup.py Add explicit dependency on escapism 2017-05-22 22:55:44 -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.