moby--moby/project
Alexander Morozov f2614f2107 project: use vndr for vendoring
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
2016-11-03 15:31:46 -07:00
..
ARM.md Improve checking dummy kernel module 2016-03-14 18:25:24 +01:00
BRANCHES-AND-TAGS.md
CONTRIBUTORS.md
GOVERNANCE.md
IRC-ADMINISTRATION.md
ISSUE-TRIAGE.md Update triage process with more labels 2016-10-17 10:01:53 -07:00
PACKAGE-REPO-MAINTENANCE.md
PACKAGERS.md project: use vndr for vendoring 2016-11-03 15:31:46 -07:00
PATCH-RELEASES.md Update patch release process 2016-03-11 15:40:19 -08:00
PRINCIPLES.md
README.md
RELEASE-CHECKLIST.md Merge pull request #26928 from thaJeztah/update-release-checklist 2016-10-14 18:33:26 -07:00
RELEASE-PROCESS.md
REVIEWING.md Update reviewing process for unified docs repo 2016-10-06 09:35:22 +02:00
TOOLS.md

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.