fixup: drop comment about config behaving differently from buildImage

This commit is contained in:
Graham Christensen 2018-09-27 08:14:04 -04:00
parent 4fe9006190
commit d1e46df24b

View File

@ -808,12 +808,6 @@ pkgs.dockerTools.buildLayeredImage {
closure of the final image. closure of the final image.
</para> </para>
<para>
This is different from <function>pkgs.dockerTools.buildImage</function>
which does <emphasis>not</emphasis> automatically include the
configuration's closure.
</para>
<para> <para>
This allows you to make very simple Docker images with very little code. This allows you to make very simple Docker images with very little code.
This container will start up and run <command>hello</command>: This container will start up and run <command>hello</command>: