1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/hack
2014-08-20 14:17:11 -06:00
..
make Adjust build tags to be client-only in "make cross" too 2014-08-04 15:05:12 -06:00
allmaintainers.sh
CONTRIBUTORS.md
dind update go import path and libcontainer 2014-07-24 22:19:50 +00:00
generate-authors.sh Add new script to generate AUTHORS and regenerate AUTHORS (fixing a few new dups too) 2014-07-24 16:49:39 -06:00
getmaintainer.sh
install.sh
MAINTAINERS Add Cristian to hack/MAINTAINERS 2014-08-13 08:13:51 +00:00
MAINTAINERS.md Merge pull request #7359 from timthelion/patch-10 2014-08-12 19:17:10 -04:00
make.sh Add a "daemon" build tag and toggle it with the already-existing "DOCKER_CLIENTONLY" build variable 2014-08-04 15:05:12 -06:00
PACKAGERS.md Btrfs graph driver is not experimental 2014-08-01 14:37:38 +09:00
PRINCIPLES.md
README.md
RELEASE-CHECKLIST.md update go import path and libcontainer 2014-07-24 22:19:50 +00:00
release.sh Standardize "apt-get install" usage across the repo 2014-07-28 17:41:59 -06:00
ROADMAP.md update go import path and libcontainer 2014-07-24 22:19:50 +00:00
stats.sh
vendor.sh Optionalize the "hg clone" of Go, since it takes forever (now, to update our Go version too, we need to explicitly "./hack/vendor.sh --go") 2014-08-20 14:17:11 -06:00

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.