mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-13 05:39:23 +00:00
f570ef6daced061fcd78b4fd4e4cf45e2c55937c
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>
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.
Description
Languages
Go
48.2%
text
21.2%
Shell
14%
Dockerfile
5.7%
OCaml
4.7%
Other
6.2%