Files
runc/hack/README.md
T
Glyn Normington b49464f6c6 Initial hacker documentation
This was such a good resource in Docker that it would be a shame to
lose it. Unfortunately, we can't just link to the corresponding
information in the Docker project as a number of aspects are bound to
be different here.

Docker-DCO-1.1-Signed-off-by: Glyn Normington <gnormington@gopivotal.com> (github: glyn)
2014-06-13 11:14:28 +01:00

553 B

Hacking on libcontainer

The hack/ directory holds information and tools for everyone involved in the process of creating and distributing libcontainer, 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.md.

Roadmap

A high-level roadmap is available at ROADMAP.md.

Build tools

TBD

Credits

The initial documentation in the hack/ directory came from the Docker repository, where libcontainer grew up.