guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: docker: Add comment.


From: guix-commits
Subject: 01/02: gnu: docker: Add comment.
Date: Tue, 26 Mar 2019 07:23:45 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 5e00dcc89e802a36cd648e77b4c17ae676562e02
Author: Danny Milosavljevic <address@hidden>
Date:   Tue Mar 26 12:22:06 2019 +0100

    gnu: docker: Add comment.
    
    * gnu/packages/patches/docker-use-fewer-modprobes.patch: Add comment.
---
 gnu/packages/patches/docker-use-fewer-modprobes.patch | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/patches/docker-use-fewer-modprobes.patch 
b/gnu/packages/patches/docker-use-fewer-modprobes.patch
index ebee833..742cd60 100644
--- a/gnu/packages/patches/docker-use-fewer-modprobes.patch
+++ b/gnu/packages/patches/docker-use-fewer-modprobes.patch
@@ -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 @@



reply via email to

[Prev in Thread] Current Thread [Next in Thread]