summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/functions.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/functions.xml b/doc/functions.xml
index c4cbf0adb203..8223a8b0531c 100644
--- a/doc/functions.xml
+++ b/doc/functions.xml
@@ -809,12 +809,6 @@ pkgs.dockerTools.buildLayeredImage {
     </para>
 
     <para>
-     This is different from <function>pkgs.dockerTools.buildImage</function>
-     which does <emphasis>not</emphasis> automatically include the
-     configuration's closure.
-    </para>
-
-    <para>
      This allows you to make very simple Docker images with very little code.
      This container will start up and run <command>hello</command>:
 <programlisting><![CDATA[