dockerTools: document extraCommands
This commit is contained in:
parent
9175a201bb
commit
2e6a16f2bd
|
@ -316,6 +316,19 @@ hello latest de2bf4786de6 About a minute ago 25.2MB
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</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>
|
</variablelist>
|
||||||
|
|
||||||
<section xml:id="dockerTools-buildLayeredImage-arg-contents">
|
<section xml:id="dockerTools-buildLayeredImage-arg-contents">
|
||||||
|
|
Loading…
Reference in New Issue