Daniel Nephin bc82b13995 Remove test-integration-cli and references to it. il y a 8 ans
..
ARM.md bc82b13995 Remove test-integration-cli and references to it. il y a 8 ans
BRANCHES-AND-TAGS.md e4c77b047d Document branches and tags il y a 10 ans
CONTRIBUTING.md f4ea1081f4 Rename project/CONTRIBUTORS.md -> project/CONTRIBUTING.md il y a 8 ans
GOVERNANCE.md 5dc83233bc HTTPS urls for ./project il y a 10 ans
IRC-ADMINISTRATION.md cd44018856 Carry of PR #13520 il y a 10 ans
ISSUE-TRIAGE.md b506f8ecdd correct some words il y a 8 ans
PACKAGE-REPO-MAINTENANCE.md b506f8ecdd correct some words il y a 8 ans
PACKAGERS.md 62cc802f61 Update docker daemon to dockerd il y a 8 ans
PATCH-RELEASES.md 9596e3c501 Update patch release process il y a 9 ans
PRINCIPLES.md b7a1776878 minor grammar suggestion il y a 10 ans
README.md f4ea1081f4 Rename project/CONTRIBUTORS.md -> project/CONTRIBUTING.md il y a 8 ans
RELEASE-CHECKLIST.md 1135eadff9 Make rc announcement mandatory il y a 8 ans
RELEASE-PROCESS.md 612a1fb4ab Documenting Docker release process il y a 10 ans
REVIEWING.md f0d55cd081 Rename Remote API to Engine API il y a 8 ans
TOOLS.md 0655d5cd1f Bare URL used il y a 8 ans

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 CONTRIBUTING.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.