forked from mirrors/nixpkgs
fixup: drop comment about config behaving differently from buildImage
This commit is contained in:
parent
4fe9006190
commit
d1e46df24b
|
@ -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>:
|
||||
|
|
Loading…
Reference in a new issue