Tianon Gravi 07f62f199f Merge pull request #3554 from tianon/ubuntu-dep 11 năm trước cách đây
..
bootcamp 6745bdd0b3 Typo in 3rd-party 12 năm trước cách đây
infrastructure 13ebc68636 Makes sure the GPG key fingerprint is inlined in the doc everywhere. 11 năm trước cách đây
make 07f62f199f Merge pull request #3554 from tianon/ubuntu-dep 11 năm trước cách đây
travis a4f3cd62a3 Update Travis to check for new 1.1 DCO version 11 năm trước cách đây
CONTRIBUTORS.md 0ef5bcb17d hack/MAINTAINERS.md: a maintainer's manual. 12 năm trước cách đây
MAINTAINERS 0db1c60542 Make Tianon the hack maintainer 11 năm trước cách đây
MAINTAINERS.md baff72bc82 Update maintainer's manual: every change should be done in a pull request. 12 năm trước cách đây
PACKAGERS.md 7626e9fd64 Add more specific lvm2 version to PACKAGERS document 11 năm trước cách đây
PRINCIPLES.md 5918a5a322 More principles. Raw and unstructured to spawn discussion. 12 năm trước cách đây
README.md fa3837abf1 Hack: update README 12 năm trước cách đây
RELEASE-CHECKLIST.md b57051a724 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) 11 năm trước cách đây
ROADMAP.md 87b4bb9fcc Typo in ROADMAP.md 11 năm trước cách đây
allmaintainers.sh 286ce266b4 allmaintainers.sh: print a flat list of all maintainers of a directory (including sub-directories) 12 năm trước cách đây
dind 31638ab2ad Refactor HostConfig and escape apparmor confinement 11 năm trước cách đây
fmt-check.hook 2de953490d Contrib post-commit hook for checking gofmt 12 năm trước cách đây
getmaintainer.sh 7181edf4b2 getmaintainer.sh: parse MAINTAINERS file to determine who should review changes to a particular file or directory 12 năm trước cách đây
install.sh 051e7a0bef Inline the test.docker.io fingerprint in the install.sh script as well 11 năm trước cách đây
make.sh 2a1181f404 Spelling error. 11 năm trước cách đây
release.sh 13ebc68636 Makes sure the GPG key fingerprint is inlined in the doc everywhere. 11 năm trước cách đây
stats.sh edace08327 Hack: stats.sh prints useful project stats for maintainers 11 năm trước cách đây
vendor.sh d215724ad6 add gosqlite to vendor.sh 11 năm trước cách đây

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.