mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
development; issue #374: Update VM documentation
This commit is contained in:
parent
eeb03164cf
commit
d172da58ce
2 changed files with 27 additions and 20 deletions
|
@ -1 +1,27 @@
|
||||||
This directory contains material helpful for hacking on docker.
|
This directory contains material helpful for hacking on docker.
|
||||||
|
|
||||||
|
make hack
|
||||||
|
=========
|
||||||
|
|
||||||
|
Set up an Ubuntu 13.04 virtual machine for developers including kernel 3.8
|
||||||
|
and buildbot. The environment is setup in a way that can be used through
|
||||||
|
the usual go workflow and/or the root Makefile. You can either edit on
|
||||||
|
your host, or inside the VM (using make ssh-dev) and run and test docker
|
||||||
|
inside the VM.
|
||||||
|
|
||||||
|
dependencies: vagrant, virtualbox packages and python package requests
|
||||||
|
|
||||||
|
|
||||||
|
Buildbot
|
||||||
|
~~~~~~~~
|
||||||
|
|
||||||
|
Buildbot is a continuous integration system designed to automate the
|
||||||
|
build/test cycle. By automatically rebuilding and testing the tree each time
|
||||||
|
something has changed, build problems are pinpointed quickly, before other
|
||||||
|
developers are inconvenienced by the failure.
|
||||||
|
|
||||||
|
When running 'make hack' at the docker root directory, it spawns a virtual
|
||||||
|
machine in the background running a buildbot instance and adds a git
|
||||||
|
post-commit hook that automatically run docker tests for you.
|
||||||
|
|
||||||
|
You can check your buildbot instance at http://192.168.33.21:8010/waterfall
|
||||||
|
|
|
@ -1,20 +1 @@
|
||||||
Buildbot
|
Files used to setup the developer virtual machine
|
||||||
========
|
|
||||||
|
|
||||||
Buildbot is a continuous integration system designed to automate the
|
|
||||||
build/test cycle. By automatically rebuilding and testing the tree each time
|
|
||||||
something has changed, build problems are pinpointed quickly, before other
|
|
||||||
developers are inconvenienced by the failure.
|
|
||||||
|
|
||||||
When running 'make hack' at the docker root directory, it spawns a virtual
|
|
||||||
machine in the background running a buildbot instance and adds a git
|
|
||||||
post-commit hook that automatically run docker tests for you.
|
|
||||||
|
|
||||||
You can check your buildbot instance at http://192.168.33.21:8010/waterfall
|
|
||||||
|
|
||||||
|
|
||||||
Buildbot dependencies
|
|
||||||
---------------------
|
|
||||||
|
|
||||||
vagrant, virtualbox packages and python package requests
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue