Add a simple README

pull/6/head
yuvipanda 2017-05-22 15:29:11 -07:00
rodzic 2d31b2c289
commit 2ce071c714
1 zmienionych plików z 9 dodań i 0 usunięć

9
README.md 100644
Wyświetl plik

@ -0,0 +1,9 @@
## 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 repo.
It mostly relies on other tools ([Source to Image](https://github.com/openshift/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.