mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
b49464f6c6
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)
553 B
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.