moby--moby/hack
Sven Dowideit 65e4b57fda Merge pull request #6819 from vieux/update_release_checklist_and_gitcommit
update release checklist and .gitignore
2014-07-03 10:36:52 +10:00
..
infrastructure I'm going to wish I didn't do this 2014-07-03 10:31:56 +10:00
make I'm going to wish I didn't do this 2014-07-03 10:31:56 +10:00
CONTRIBUTORS.md
MAINTAINERS
MAINTAINERS.md use a numbered list for maintainers responsibility 2014-06-18 14:31:26 +02:00
PACKAGERS.md Update lxc requirement to 1.0 2014-05-20 20:45:22 +00:00
PRINCIPLES.md
README.md
RELEASE-CHECKLIST.md update release checklist and .gitignore 2014-07-02 18:54:14 +00:00
ROADMAP.md Remove "production ready" from the roadmap 2014-06-12 14:21:20 +01:00
allmaintainers.sh
dind I'm going to wish I didn't do this 2014-07-03 10:31:56 +10:00
getmaintainer.sh
install.sh
make.sh Fix dyntest and rename it to dyntest-unit to match the test-unit rename 2014-06-19 15:06:34 -06:00
release.sh
stats.sh
vendor.sh Merge pull request #6748 from LK4D4/increase_max_patricia_prefix 2014-07-01 19:03:30 -04:00

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.