Solomon Hykes 5cd7de5de8 hack: fail tests if there are leftover temp files before or after vor 11 Jahren
..
bootcamp 6745bdd0b3 Typo in 3rd-party vor 12 Jahren
infrastructure 5e3386473a testing, issue #773: Add infrastructure docker-ci PR documentation vor 12 Jahren
make 5cd7de5de8 hack: fail tests if there are leftover temp files before or after vor 11 Jahren
CONTRIBUTORS.md 0ef5bcb17d hack/MAINTAINERS.md: a maintainer's manual. vor 12 Jahren
MAINTAINERS a4067b1b44 Add @tianon to hack/MAINTAINERS vor 12 Jahren
MAINTAINERS.md baff72bc82 Update maintainer's manual: every change should be done in a pull request. vor 12 Jahren
PACKAGERS.md 1804fcba93 Merged master into device-mapper branch vor 11 Jahren
PRINCIPLES.md 5918a5a322 More principles. Raw and unstructured to spawn discussion. vor 12 Jahren
README.md fa3837abf1 Hack: update README vor 12 Jahren
RELEASE-CHECKLIST.md f6c64827c8 Hack: correct typo in release checklist vor 12 Jahren
ROADMAP.md b9ca311008 Update roadmap vor 12 Jahren
allmaintainers.sh 286ce266b4 allmaintainers.sh: print a flat list of all maintainers of a directory (including sub-directories) vor 12 Jahren
dind 34eab42833 Adapt Dockerfile to run docker tests inside docker vor 12 Jahren
fmt-check.hook 2de953490d Contrib post-commit hook for checking gofmt vor 12 Jahren
getmaintainer.sh 7181edf4b2 getmaintainer.sh: parse MAINTAINERS file to determine who should review changes to a particular file or directory vor 12 Jahren
install.sh 94bf5b0011 Revamp install.sh to be usable by more people, and to use official install methods whenever possible (apt repo, portage tree, etc.), thus making it an official script and moving it to hack/ vor 11 Jahren
make.sh 06d0843a61 Update Dockerfile and hack to support compiling device-mapper code statically (using go1.2rc1) vor 11 Jahren
release.sh 94bf5b0011 Revamp install.sh to be usable by more people, and to use official install methods whenever possible (apt repo, portage tree, etc.), thus making it an official script and moving it to hack/ vor 11 Jahren
vendor.sh cb21a40490 Bump vendor kr/pty to commit 3b1f6487b (syscall.O_NOCTTY) vor 12 Jahren

README.md

Hacking on Docker

The hack/ directory holds information and tools for everyone involved in the process of creating and distributing Docker, specifically:

Guides

If you're a contributor or aspiring contributor, you should read CONTRIBUTORS.md.

If you're a maintainer or aspiring maintainer, you should read MAINTAINERS.md.

If you're a packager or aspiring packager, you should read PACKAGERS.md.

If you're a maintainer in charge of a release, you should read RELEASE-CHECKLIST.md.

Roadmap

A high-level roadmap is available at ROADMAP.md.

Build tools

make.sh is the primary build tool for docker. It is used for compiling the official binary, running the test suite, and pushing releases.