gopkg.in/docker/docker.v20@v20.10.27/project/README.md (about)

     1  # Hacking on Docker
     2  
     3  The `project/` directory holds information and tools for everyone involved in the process of creating and
     4  distributing Docker, specifically:
     5  
     6  ## Guides
     7  
     8  If you're a *contributor* or aspiring contributor, you should read [CONTRIBUTING.md](../CONTRIBUTING.md).
     9  
    10  If you're a *maintainer* or aspiring maintainer, you should read [MAINTAINERS](../MAINTAINERS).
    11  
    12  If you're a *packager* or aspiring packager, you should read [PACKAGERS.md](./PACKAGERS.md).
    13  
    14  If you're a maintainer in charge of a *release*, you should read [RELEASE-CHECKLIST.md](./RELEASE-CHECKLIST.md).
    15  
    16  ## Roadmap
    17  
    18  A high-level roadmap is available at [ROADMAP.md](../ROADMAP.md).
    19  
    20  
    21  ## Build tools
    22  
    23  [hack/make.sh](../hack/make.sh) is the primary build tool for docker. It is used for compiling the official binary,
    24  running the test suite, and pushing releases.