moby--moby/project
Arnaud Porterie 6c7204393b Fix indentation
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
2014-12-23 22:01:04 -08:00
..
make Fix indentation 2014-12-23 22:01:04 -08:00
CONTRIBUTORS.md
GOVERNANCE.md
MAINTAINERS
MAINTAINERS.md Give maintainers the power to add contributor's DCO to a commit message, or to use their own if its a trvial change 2014-12-17 10:02:36 +10:00
PACKAGERS.md Clarify preferred btrfs-progs dependency and fix some minor inconsistencies 2014-12-19 15:36:22 -07:00
PRINCIPLES.md
README.md
RELEASE-CHECKLIST.md Updates to release checklist. 2014-12-11 18:47:47 -08:00
ROADMAP.md
allmaintainers.sh
dind
generate-authors.sh Update AUTHORS file 2014-11-16 23:41:25 -08:00
getmaintainer.sh
install.sh
make.sh Tweak test-docker-py feature 2014-12-19 10:47:01 -07:00
release.sh
report-issue.sh issue report script 2014-11-19 12:32:45 -05:00
stats.sh
vendor.sh Update libcontainer to 1597c68f7b941fd97881155d7f077852e2914e7b 2014-12-23 12:10:03 -08: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.