Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 351 Bytes

File metadata and controls

11 lines (6 loc) · 351 Bytes

Kernel Builder

Compiles the linux kernel inside a Debian Jessie Docker container.

I've extracted the commands from this great guide on running Jessie on a Macbook Pro.

Usage:

docker build -t kernel .

docker run -v /tmp:/tmp kernel cp /usr/src/linux-image-3.19.0_3.19_amd64.deb /tmp