David Scott f570ef6dac Use TRIM on Mac as well as Windows
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>
2016-12-06 12:03:26 +00:00
2016-12-06 12:03:26 +00:00
2016-09-13 13:26:15 -07:00
2016-11-14 20:34:57 +00:00
2016-10-31 15:34:56 +00:00
2016-11-14 11:20:09 +00:00
2016-09-12 16:36:01 +01:00

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
A toolkit for building secure, portable and lean operating systems for containers
Readme 241 MiB
Languages
Go 48.2%
text 21.2%
Shell 14%
Dockerfile 5.7%
OCaml 4.7%
Other 6.2%