mirror of https://github.com/containers/podman.git
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:
parent
d92650a922
commit
f0c962282b
|
@ -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`
|
||||||
|
|
Loading…
Reference in New Issue