about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/functions/dockertools.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/functions/dockertools.xml b/doc/functions/dockertools.xml
index 3e9281557d51..3e5b76756e2f 100644
--- a/doc/functions/dockertools.xml
+++ b/doc/functions/dockertools.xml
@@ -316,6 +316,19 @@ hello        latest   de2bf4786de6   About a minute ago   25.2MB
      </para>
     </listitem>
    </varlistentry>
+   <varlistentry>
+    <term>
+     <varname>extraCommands</varname> <emphasis>optional</emphasis>
+    </term>
+    <listitem>
+     <para>
+       Commands to run while building the final layer, without access
+       to most of the layer contents. Changes to this layer are "on top"
+       of all the other layers, so can create additional directories
+       and files.
+     </para>
+    </listitem>
+   </varlistentry>
   </variablelist>
 
   <section xml:id="dockerTools-buildLayeredImage-arg-contents">