From d1e46df24bae37d69e6eda09bee933f22acbe0ce Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Thu, 27 Sep 2018 08:14:04 -0400 Subject: [PATCH] fixup: drop comment about config behaving differently from buildImage --- doc/functions.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/functions.xml b/doc/functions.xml index c4cbf0adb20..8223a8b0531 100644 --- a/doc/functions.xml +++ b/doc/functions.xml @@ -808,12 +808,6 @@ pkgs.dockerTools.buildLayeredImage { closure of the final image. - - This is different from pkgs.dockerTools.buildImage - which does not automatically include the - configuration's closure. - - This allows you to make very simple Docker images with very little code. This container will start up and run hello: