gnu: docker: Add comment.
* gnu/packages/patches/docker-use-fewer-modprobes.patch: Add comment.
This commit is contained in:
parent
e6301fb76d
commit
5e00dcc89e
|
@ -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 @@
|
||||
|
|
Loading…
Reference in New Issue