mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-24 09:44:18 +00:00
40e7dbbf8b2a42f266db9cc0ce2d5d52de0a7e8a
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.1%
Dockerfile
5.7%
OCaml
4.6%
Other
6.2%