moby--moby/hack
Solomon Hykes 4cd59b96ed Hack: we no longer need to generate test binaries. 2013-09-08 18:45:23 -07:00
..
bootcamp Typo in 3rd-party 2013-07-22 18:39:58 -07:00
environment development; issue #374: Update VM documentation 2013-05-01 15:59:54 -07:00
infrastructure testing, issue #773: Add infrastructure docker-ci PR documentation 2013-08-21 17:39:45 -07:00
PRINCIPLES.md More principles. Raw and unstructured to spawn discussion. 2013-06-11 09:27:36 -07:00
README.rst Testing|hack, issue #1009: Update make kack environment 2013-06-24 15:01:51 -07:00
RELEASE-CHECKLIST.md Hack: improve the Dockerfile for an easier development workflow. Build dev container once, run a shell with source mount-binded, run tests as you edit. LIKE A BOSS. 2013-09-06 20:14:03 -07:00
ROADMAP.md Update roadmap 2013-09-06 14:48:06 -07:00
Vagrantfile Testing|hack, issue #1009: Update make kack environment 2013-06-24 15:01:51 -07:00
allmaintainers.sh allmaintainers.sh: print a flat list of all maintainers of a directory (including sub-directories) 2013-05-28 20:55:07 -07:00
dind Adapt Dockerfile to run docker tests inside docker 2013-09-06 19:27:49 -07:00
fmt-check.hook Contrib post-commit hook for checking gofmt 2013-04-11 11:30:35 -07:00
getmaintainer.sh getmaintainer.sh: parse MAINTAINERS file to determine who should review changes to a particular file or directory 2013-05-28 20:44:41 -07:00
make.sh Hack: we no longer need to generate test binaries. 2013-09-08 18:45:23 -07:00
release.sh Hack: improve the Dockerfile for an easier development workflow. Build dev container once, run a shell with source mount-binded, run tests as you edit. LIKE A BOSS. 2013-09-06 20:14:03 -07:00
vendor.sh vendor.sh can cleanly update vendored dependencies 2013-09-07 17:48:52 -07:00

README.rst

This directory contains material helpful for hacking on docker.

make hack
=========

Set up an Ubuntu 12.04 virtual machine for developers including kernel 3.8
go1.1 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 each time you
commit in your local docker repository.

You can check your buildbot instance at http://192.168.33.21:8010/waterfall