First stab at a buildserver that will puppet docker to build dockerfiles remotely.

This commit is contained in:
yackob03 2013-10-24 00:05:58 -04:00
parent e18eefdd43
commit cd28ae6b1a
4 changed files with 126 additions and 0 deletions

8
buildserver/test.html Normal file
View file

@ -0,0 +1,8 @@
<html>
<body>
<form enctype='multipart/form-data' method="post" action="/start/zip/localhost:5000/devtable/newtag">
<input type="file" name="dockerfile">
<button type="submit">Send</button>
</form>
</body>
</html>