| ... | ... |
@@ -1 +1,27 @@ |
| 1 | 1 |
This directory contains material helpful for hacking on docker. |
| 2 |
+ |
|
| 3 |
+make hack |
|
| 4 |
+========= |
|
| 5 |
+ |
|
| 6 |
+Set up an Ubuntu 13.04 virtual machine for developers including kernel 3.8 |
|
| 7 |
+and buildbot. The environment is setup in a way that can be used through |
|
| 8 |
+the usual go workflow and/or the root Makefile. You can either edit on |
|
| 9 |
+your host, or inside the VM (using make ssh-dev) and run and test docker |
|
| 10 |
+inside the VM. |
|
| 11 |
+ |
|
| 12 |
+dependencies: vagrant, virtualbox packages and python package requests |
|
| 13 |
+ |
|
| 14 |
+ |
|
| 15 |
+Buildbot |
|
| 16 |
+~~~~~~~~ |
|
| 17 |
+ |
|
| 18 |
+Buildbot is a continuous integration system designed to automate the |
|
| 19 |
+build/test cycle. By automatically rebuilding and testing the tree each time |
|
| 20 |
+something has changed, build problems are pinpointed quickly, before other |
|
| 21 |
+developers are inconvenienced by the failure. |
|
| 22 |
+ |
|
| 23 |
+When running 'make hack' at the docker root directory, it spawns a virtual |
|
| 24 |
+machine in the background running a buildbot instance and adds a git |
|
| 25 |
+post-commit hook that automatically run docker tests for you. |
|
| 26 |
+ |
|
| 27 |
+You can check your buildbot instance at http://192.168.33.21:8010/waterfall |
| ... | ... |
@@ -1,20 +1 @@ |
| 1 |
-Buildbot |
|
| 2 |
-======== |
|
| 3 |
- |
|
| 4 |
-Buildbot is a continuous integration system designed to automate the |
|
| 5 |
-build/test cycle. By automatically rebuilding and testing the tree each time |
|
| 6 |
-something has changed, build problems are pinpointed quickly, before other |
|
| 7 |
-developers are inconvenienced by the failure. |
|
| 8 |
- |
|
| 9 |
-When running 'make hack' at the docker root directory, it spawns a virtual |
|
| 10 |
-machine in the background running a buildbot instance and adds a git |
|
| 11 |
-post-commit hook that automatically run docker tests for you. |
|
| 12 |
- |
|
| 13 |
-You can check your buildbot instance at http://192.168.33.21:8010/waterfall |
|
| 14 |
- |
|
| 15 |
- |
|
| 16 |
-Buildbot dependencies |
|
| 17 |
- |
|
| 18 |
-vagrant, virtualbox packages and python package requests |
|
| 19 |
- |
|
| 1 |
+Files used to setup the developer virtual machine |