summaryrefslogtreecommitdiffstats
path: root/doc/functions.xml
diff options
context:
space:
mode:
authorGraham Christensen <graham.christensen@target.com>2018-09-27 08:14:04 -0400
committerGraham Christensen <graham.christensen@target.com>2018-09-27 08:14:04 -0400
commitd1e46df24bae37d69e6eda09bee933f22acbe0ce (patch)
tree32b35ad6652838a8fcc13e04f5fbd73abce38063 /doc/functions.xml
parent4fe900619080f0b1a804abbccaab500d819ead10 (diff)
fixup: drop comment about config behaving differently from buildImage
Diffstat (limited to 'doc/functions.xml')
-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[