Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 554 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 554 Bytes

leos

Build Status

A minimal linux distro created for educational purposes

Screenshot

Building the image

docker build --rm -t linux:latest - < Dockerfile

Running the build process

time docker run --rm -it -v $(pwd):/data linux:latest ./build.sh
qemu-system-x86_64 -m 128M -cdrom leos.iso -boot d -vga std
real	21m52.253s
user	0m0.720s
sys	0m1.210s