binctr/vendor/github.com/docker/docker-ce/components/engine/project
Jess Frazelle 60f032f6f5 Revert "update to use containerd seccomp package"
This reverts commit 4f8e065faf055d3f0463a92622297ca3afac07f4.
2018-03-22 09:15:36 -04:00
..
ARM.md Revert "update to use containerd seccomp package" 2018-03-22 09:15:36 -04:00
BRANCHES-AND-TAGS.md Revert "update to use containerd seccomp package" 2018-03-22 09:15:36 -04:00
CONTRIBUTING.md Revert "update to use containerd seccomp package" 2018-03-22 09:15:36 -04:00
GOVERNANCE.md Revert "update to use containerd seccomp package" 2018-03-22 09:15:36 -04:00
IRC-ADMINISTRATION.md Revert "update to use containerd seccomp package" 2018-03-22 09:15:36 -04:00
ISSUE-TRIAGE.md Revert "update to use containerd seccomp package" 2018-03-22 09:15:36 -04:00
PACKAGE-REPO-MAINTENANCE.md Revert "update to use containerd seccomp package" 2018-03-22 09:15:36 -04:00
PACKAGERS.md Revert "update to use containerd seccomp package" 2018-03-22 09:15:36 -04:00
PATCH-RELEASES.md Revert "update to use containerd seccomp package" 2018-03-22 09:15:36 -04:00
PRINCIPLES.md Revert "update to use containerd seccomp package" 2018-03-22 09:15:36 -04:00
README.md Revert "update to use containerd seccomp package" 2018-03-22 09:15:36 -04:00
RELEASE-CHECKLIST.md Revert "update to use containerd seccomp package" 2018-03-22 09:15:36 -04:00
RELEASE-PROCESS.md Revert "update to use containerd seccomp package" 2018-03-22 09:15:36 -04:00
REVIEWING.md Revert "update to use containerd seccomp package" 2018-03-22 09:15:36 -04:00
TOOLS.md Revert "update to use containerd seccomp package" 2018-03-22 09:15:36 -04:00

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.