mirror of
https://github.com/apple/container.git
synced 2026-09-09 09:15:42 +00:00
- Capitalize containerization. - Wrap "All rights reserved" to a new line. Signed-off-by: Danny Canter <danny_canter@apple.com>
Containerization Kernel Configuration
This directory includes an optimized kernel configuration to produce a fast and light weight kernel for container use.
config-arm64includes the kernelCONFIG_options.Makefileincludes the kernel version and source package url.build.shscripts the kernel build process.image/includes the configuration for an image with build tooling.
Building
- Build the
Containerizationproject by runningmake all kernel-binin the root of the repository. - Place the kernel you want to use in
bin/vmlinuxdirectory of this repository. a. This kernel will be used to launch the build container. - Run
makein the/kerneldirectory.
A kernel/vmlinux will be the result of the build.