Vincent Demeester 6129e6ce3e Merge pull request #29697 from yuexiao-wang/fix-docker-daemon 8 yıl önce
..
ARM.md cddd288170 use https clone url for docker/docker in ARM.md 8 yıl önce
BRANCHES-AND-TAGS.md e4c77b047d Document branches and tags 10 yıl önce
CONTRIBUTORS.md 32e61b8f5c Move 'hack' to the less confusing 'project' 10 yıl önce
GOVERNANCE.md 5dc83233bc HTTPS urls for ./project 10 yıl önce
IRC-ADMINISTRATION.md cd44018856 Carry of PR #13520 10 yıl önce
ISSUE-TRIAGE.md b506f8ecdd correct some words 8 yıl önce
PACKAGE-REPO-MAINTENANCE.md b506f8ecdd correct some words 8 yıl önce
PACKAGERS.md 62cc802f61 Update docker daemon to dockerd 8 yıl önce
PATCH-RELEASES.md 9596e3c501 Update patch release process 9 yıl önce
PRINCIPLES.md b7a1776878 minor grammar suggestion 10 yıl önce
README.md 9055eb0ce4 Add links and correct locations in project/README.md 10 yıl önce
RELEASE-CHECKLIST.md f0d55cd081 Rename Remote API to Engine API 8 yıl önce
RELEASE-PROCESS.md 612a1fb4ab Documenting Docker release process 10 yıl önce
REVIEWING.md f0d55cd081 Rename Remote API to Engine API 8 yıl önce
TOOLS.md 0655d5cd1f Bare URL used 8 yıl önce

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.