storage/hack
Michael Crosby ee65633620 Merge pull request #3446 from tianon/update-checklist
Update release checklist with more information, more commands, and more ...
2014-01-08 15:37:49 -08:00
..
bootcamp
infrastructure Makes sure the GPG key fingerprint is inlined in the doc everywhere. 2014-01-08 01:07:04 +00:00
make Add stubbed and commented "/etc/default/docker" to our deb package 2014-01-01 22:34:22 -07:00
travis Fix Travis handling of a fully-numeric commit hash being YAML-converted to a number instead of a string 2014-01-07 15:27:51 -07:00
CONTRIBUTORS.md
MAINTAINERS
MAINTAINERS.md
PACKAGERS.md Merge pull request #3112 from shawnl/master 2013-12-23 19:24:36 -08:00
PRINCIPLES.md
README.md
RELEASE-CHECKLIST.md Update release checklist with more information, more commands, and more correct flow (test, upload to test.docker.io, test, upload to get.docker.io, THEN tag&merge) 2014-01-07 18:28:07 -07:00
ROADMAP.md
allmaintainers.sh
dind
fmt-check.hook
getmaintainer.sh
install.sh Fixes key installation for other target urls in hack/install.sh 2014-01-08 01:08:14 +00:00
make.sh Spelling error. 2014-01-04 23:15:15 -05:00
release.sh Makes sure the GPG key fingerprint is inlined in the doc everywhere. 2014-01-08 01:07:04 +00:00
stats.sh
vendor.sh add gosqlite to vendor.sh 2013-12-19 13:51:46 -06: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.