diff options
author | baude <bbaude@redhat.com> | 2018-09-07 08:29:23 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-09-07 13:37:52 +0000 |
commit | f0c962282b634b5103952b2130addbc71413d0f4 (patch) | |
tree | db655b3a4cfd0acad3150eb69487db5ed83d300d /docs/podman-build.1.md | |
parent | d92650a922fa82852d6f3310eff24e6b8a93fb03 (diff) | |
download | podman-f0c962282b634b5103952b2130addbc71413d0f4.tar.gz podman-f0c962282b634b5103952b2130addbc71413d0f4.tar.bz2 podman-f0c962282b634b5103952b2130addbc71413d0f4.zip |
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
Diffstat (limited to 'docs/podman-build.1.md')
-rw-r--r-- | docs/podman-build.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
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` |