Files
linuxkit/alpine/etc
David Scott 40e7dbbf8b 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-09-23 15:52:30 +01:00
2016-08-12 14:13:40 +01:00
2016-09-23 15:52:30 +01:00
2016-11-25 17:05:45 +00:00
2016-07-21 12:57:05 +01:00
2016-09-14 11:38:55 +00:00
2016-08-13 20:20:03 +02:00
2016-11-18 16:23:41 +00:00