Jessie Frazelle e7cfb1c28b Revert "Add proper "netgo" compiling, thanks to rsc ♥" 10 年之前
..
make c18fdc3704 Properly fix "daemon kill" on test failure 10 年之前
CONTRIBUTORS.md 32e61b8f5c Move 'hack' to the less confusing 'project' 10 年之前
GOVERNANCE.md 32e61b8f5c Move 'hack' to the less confusing 'project' 10 年之前
IRC-ADMINISTRATION.md 0c21905a3d Add initial new IRC administration cheat sheet of sorts 10 年之前
MAINTAINERS 32e61b8f5c Move 'hack' to the less confusing 'project' 10 年之前
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 年之前
PACKAGERS.md 17373ca54b Update the LXC version to 1.0.7 in PACKAGERS.md 10 年之前
PRINCIPLES.md 32e61b8f5c Move 'hack' to the less confusing 'project' 10 年之前
README.md 32e61b8f5c Move 'hack' to the less confusing 'project' 10 年之前
RELEASE-CHECKLIST.md 61f873792b Merge pull request #9830 from pnasrat/release-include-announce-list 10 年之前
ROADMAP.md 32e61b8f5c Move 'hack' to the less confusing 'project' 10 年之前
allmaintainers.sh 32e61b8f5c Move 'hack' to the less confusing 'project' 10 年之前
dind 32e61b8f5c Move 'hack' to the less confusing 'project' 10 年之前
generate-authors.sh ab7a6544b0 Update AUTHORS file 10 年之前
getmaintainer.sh 32e61b8f5c Move 'hack' to the less confusing 'project' 10 年之前
install.sh 32e61b8f5c Move 'hack' to the less confusing 'project' 10 年之前
make.sh e7cfb1c28b Revert "Add proper "netgo" compiling, thanks to rsc ♥" 10 年之前
release.sh 32e61b8f5c Move 'hack' to the less confusing 'project' 10 年之前
report-issue.sh ea5a2c1fd7 issue report script 10 年之前
stats.sh 32e61b8f5c Move 'hack' to the less confusing 'project' 10 年之前
vendor.sh 009041cdfd Upgrade libcontainer to 1d3b2589d734dc94a1719a3af4 10 年之前

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.