Skip to content

Commit

Permalink
fix docs for podman build
Browse files Browse the repository at this point in the history
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
  • Loading branch information
baude authored and rh-atomic-bot committed Sep 7, 2018
1 parent d92650a commit f0c9622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/podman-build.1.md
Expand Up @@ -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`
Expand Down

0 comments on commit f0c9622

Please sign in to comment.