mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
fixup: drop comment about config behaving differently from buildImage
This commit is contained in:
parent
4fe9006190
commit
d1e46df24b
1 changed files with 0 additions and 6 deletions
|
@ -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>:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue