gnu: docker: Add comment.

* gnu/packages/patches/docker-use-fewer-modprobes.patch: Add comment.
This commit is contained in:
Danny Milosavljevic 2019-03-26 12:22:06 +01:00
parent e6301fb76d
commit 5e00dcc89e
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
This patch makes docker find out whether a filesystem type is supported
by trying to mount a filesystem of that type rather than invoking "modprobe".
See <https://github.com/moby/moby/pull/38930>.
--- docker-18.09.0-checkout/daemon/graphdriver/overlay/overlay.go.orig 1970-01-01 01:00:00.000000000 +0100
+++ docker-18.09.0-checkout/daemon/graphdriver/overlay/overlay.go 2019-03-19 09:16:03.487087490 +0100
@@ -8,7 +8,6 @@