Skip to content

Commit 8ce5e96

Browse files
Create layer_caching.md
1 parent a1f5d0a commit 8ce5e96

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

jekyll/__glossary/layer_caching.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
term: Docker Layer Caching
3+
---
4+
5+
The CircleCI Docker Layer Caching feature allows builds to reuse Docker image layers from previous builds. Images and layers are stored in separate volumes in the cloud and are not shared between projects. Layers may only be used by builds from the same project. See the [Docker Layer Caching]({{ site.baseurl }}/2.0/docker-layer-caching/) and [Running Docker Commands](({{ site.baseurl }}/2.0/building-docker-images/) documents for additional information about how the secure environment is created.

0 commit comments

Comments
 (0)