moby--moby/project
Sebastiaan van Stijn 857093fbca Merge pull request #19754 from jfrazelle/revised-release-docs
updates to release checklist
2016-01-26 23:32:18 -08:00
..
ARM.md
BRANCHES-AND-TAGS.md
CONTRIBUTORS.md
GOVERNANCE.md
IRC-ADMINISTRATION.md
ISSUE-TRIAGE.md
PACKAGE-REPO-MAINTENANCE.md add docs for package repo maintenance 2016-01-26 15:59:08 -08:00
PACKAGERS.md
PATCH-RELEASES.md
PRINCIPLES.md
README.md
RELEASE-CHECKLIST.md updates to release checklist 2016-01-26 16:20:23 -08:00
RELEASE-PROCESS.md
REVIEWING.md
TOOLS.md update tools urls and remove things we dont use 2016-01-26 10:15:47 -08:00

README.md

Hacking on Docker

The project/ 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.

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

hack/make.sh is the primary build tool for docker. It is used for compiling the official binary, running the test suite, and pushing releases.