From f0c962282b634b5103952b2130addbc71413d0f4 Mon Sep 17 00:00:00 2001 From: baude Date: Fri, 7 Sep 2018 08:29:23 -0500 Subject: fix docs for podman build podman build docs should now reflect that the --layers default value is true. Signed-off-by: baude Closes: #1424 Approved by: mheon --- docs/podman-build.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/podman-build.1.md b/docs/podman-build.1.md index dc5be3838..a6a8dfbc2 100644 --- a/docs/podman-build.1.md +++ b/docs/podman-build.1.md @@ -230,7 +230,7 @@ Add an image *label* (e.g. label=*value*) to the image metadata. Can be used mul **--layers** -Cache intermediate images during the build process (Default is `false`). +Cache intermediate images during the build process (Default is `true`). Note: You can also override the default value of layers by setting the BUILDAH\_LAYERS environment variable. `export BUILDAH_LAYERS=true` -- cgit v1.2.3-54-g00ecf