Jessie Frazelle e7cfb1c28b Revert "Add proper "netgo" compiling, thanks to rsc ♥" 10 lat temu
..
make c18fdc3704 Properly fix "daemon kill" on test failure 10 lat temu
CONTRIBUTORS.md 32e61b8f5c Move 'hack' to the less confusing 'project' 10 lat temu
GOVERNANCE.md 32e61b8f5c Move 'hack' to the less confusing 'project' 10 lat temu
IRC-ADMINISTRATION.md 0c21905a3d Add initial new IRC administration cheat sheet of sorts 10 lat temu
MAINTAINERS 32e61b8f5c Move 'hack' to the less confusing 'project' 10 lat temu
MAINTAINERS.md 56e3f49d19 Give maintainers the power to add contributor's DCO to a commit message, or to use their own if its a trvial change 10 lat temu
PACKAGERS.md 17373ca54b Update the LXC version to 1.0.7 in PACKAGERS.md 10 lat temu
PRINCIPLES.md 32e61b8f5c Move 'hack' to the less confusing 'project' 10 lat temu
README.md 32e61b8f5c Move 'hack' to the less confusing 'project' 10 lat temu
RELEASE-CHECKLIST.md 61f873792b Merge pull request #9830 from pnasrat/release-include-announce-list 10 lat temu
ROADMAP.md 32e61b8f5c Move 'hack' to the less confusing 'project' 10 lat temu
allmaintainers.sh 32e61b8f5c Move 'hack' to the less confusing 'project' 10 lat temu
dind 32e61b8f5c Move 'hack' to the less confusing 'project' 10 lat temu
generate-authors.sh ab7a6544b0 Update AUTHORS file 10 lat temu
getmaintainer.sh 32e61b8f5c Move 'hack' to the less confusing 'project' 10 lat temu
install.sh 32e61b8f5c Move 'hack' to the less confusing 'project' 10 lat temu
make.sh e7cfb1c28b Revert "Add proper "netgo" compiling, thanks to rsc ♥" 10 lat temu
release.sh 32e61b8f5c Move 'hack' to the less confusing 'project' 10 lat temu
report-issue.sh ea5a2c1fd7 issue report script 10 lat temu
stats.sh 32e61b8f5c Move 'hack' to the less confusing 'project' 10 lat temu
vendor.sh 009041cdfd Upgrade libcontainer to 1d3b2589d734dc94a1719a3af4 10 lat temu

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.