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
Previously we only ran `fstrim` on Windows. Docker for Mac now supports TRIM so we should run `fstrim` there too. Note it's possible to turn off TRIM on the Mac at the virtual hardware level via the database, but this should be harmless -- the `fstrim` fails immediately with an obvious error if the device doesn't support it: `fstrim: ioctl 0xc0185879 failed: Not supported`. Signed-off-by: David Scott <dave.scott@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.