gnu: docker: Add comment.
authorDanny Milosavljevic <dannym@scratchpost.org>
Tue, 26 Mar 2019 11:22:06 +0000 (12:22 +0100)
committerDanny Milosavljevic <dannym@scratchpost.org>
Tue, 26 Mar 2019 11:23:36 +0000 (12:23 +0100)
* gnu/packages/patches/docker-use-fewer-modprobes.patch: Add comment.

gnu/packages/patches/docker-use-fewer-modprobes.patch

index ebee833..742cd60 100644 (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 @@