mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 11:00:25 +00:00
A toolkit for building secure, portable and lean operating systems for containers
This stops device auto-detect in 'hwdrivers'. On Docker for Windows driver auto-detect should not be necessary as all drivers are compiled in. Further, on slow machines (and in CI) th 'hwdrivers' seems to have race as it does a 'find' on '/sys/devices' and then performs actions. On slow machines (and in CI) it appears that VMBus devices get removed (and possibly re-added) causing the script to error. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com> |
||
---|---|---|
alpine | ||
docs | ||
licensing | ||
scripts | ||
.gitignore | ||
Dockerfile.media | ||
Dockerfile.qemu | ||
Dockerfile.qemuiso | ||
Dockerfile.test | ||
hyperkit.sh | ||
Makefile | ||
README.md |
Moby, the Alpine Linux distro for Docker editions
Simple build instructions: use make
to build. make qemu
will boot up in qemu in a container.
Requires GNU make
, GNU tar
(not Busybox tar), Docker to build.