Michael Crosby b2275ee8df Merge pull request #5869 from vbatts/vbatts-vendor-capabilities 11 anos atrás
..
infrastructure 19e6614eeb Clean up MAINTAINERS files 11 anos atrás
make e88ef454b7 Merge pull request #5464 from tianon/close-leftover-fds 11 anos atrás
CONTRIBUTORS.md 0ef5bcb17d hack/MAINTAINERS.md: a maintainer's manual. 11 anos atrás
MAINTAINERS 1fd919bbf4 Make Jerome Petazzoni a maintainer for dind 11 anos atrás
MAINTAINERS.md 48dbee0824 modernise the MAINTAINER process documentation to line up with what I understand it to be 11 anos atrás
PACKAGERS.md 2e78ab91ec Add missing "ps" requirement to PACKAGERS.md 11 anos atrás
PRINCIPLES.md 5918a5a322 More principles. Raw and unstructured to spawn discussion. 12 anos atrás
README.md fa3837abf1 Hack: update README 11 anos atrás
RELEASE-CHECKLIST.md 212a870734 Merge pull request #4646 from tianon/double-dash 11 anos atrás
ROADMAP.md 87b4bb9fcc Typo in ROADMAP.md 11 anos atrás
allmaintainers.sh 286ce266b4 allmaintainers.sh: print a flat list of all maintainers of a directory (including sub-directories) 12 anos atrás
dind 29f1efc940 Merge pull request #5463 from tianon/hack-dind-cgroup 11 anos atrás
getmaintainer.sh 48dbee0824 modernise the MAINTAINER process documentation to line up with what I understand it to be 11 anos atrás
install.sh a2aa902ec1 Removed extra whitespace 11 anos atrás
make.sh a39f3c9200 Add new test-unit make rule which only runs the unit tests. Renames test 11 anos atrás
release.sh a39f3c9200 Add new test-unit make rule which only runs the unit tests. Renames test 11 anos atrás
stats.sh b1953baba2 This should make all bash-scripts run on pretty much any posix-system (with bash installed ofc...) 11 anos atrás
vendor.sh b2275ee8df Merge pull request #5869 from vbatts/vbatts-vendor-capabilities 11 anos atrás

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.