fix docs for podman build

podman build docs should now reflect that the --layers default value is true.

Signed-off-by: baude <bbaude@redhat.com>

Closes: #1424
Approved by: mheon
This commit is contained in:
baude 2018-09-07 08:29:23 -05:00 committed by Atomic Bot
parent d92650a922
commit f0c962282b
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ Add an image *label* (e.g. label=*value*) to the image metadata. Can be used mul
**--layers** **--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 Note: You can also override the default value of layers by setting the BUILDAH\_LAYERS
environment variable. `export BUILDAH_LAYERS=true` environment variable. `export BUILDAH_LAYERS=true`