projects: add kernel-config project

This is just a direct import of the current kernel/ directory, with a
slight splitting up of the dockerfiles to build a kernel-source and kernel
image.

Signed-off-by: Tycho Andersen <tycho@docker.com>
This commit is contained in:
Tycho Andersen
2017-05-05 15:17:37 -06:00
parent a4c95be30a
commit 1e0021d969
15 changed files with 13911 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ If you want to create a project, please submit a pull request to create a new di
- [Clear Containers](clear-containers/) Clear Containers image
- [Logging](logging/) Experimental logging tools
- [etcd cluster](etcd/) etcd cluster demo from DockerCon'17
- [kernel-config](kernel-config/) an experiment on how to manage kernel config
## Current projects not yet documented
- VMWare support (VMWare)