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.
</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>: