github.com/dougm/docker@v1.5.0/project/README.md (about)

     1  # Hacking on Docker
     2  
     3  The hack/ 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 CONTRIBUTORS.md.
     9  
    10  If you're a *maintainer* or aspiring maintainer, you should read MAINTAINERS.md.
    11  
    12  If you're a *packager* or aspiring packager, you should read PACKAGERS.md.
    13  
    14  If you're a maintainer in charge of a *release*, you should read RELEASE-CHECKLIST.md.
    15  
    16  ## Roadmap
    17  
    18  A high-level roadmap is available at ROADMAP.md.
    19  
    20  
    21  ## Build tools
    22  
    23  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.