Skip to content

Commit 1d5fac0

Browse files
authored
Update building-docker-images.md
Add missing explanation for DLC
1 parent 793f39a commit 1d5fac0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jekyll/_cci2/building-docker-images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ jobs:
103103
Let’s break down what’s happening during this build’s execution:
104104

105105
1. All commands are executed in the [primary container][primary-container].
106-
2. Once `setup_remote_docker` is called, a new remote environment is created, and your primary container is configured to use it.
107-
3. All docker-related commands are also executed in your primary container, but building/pushing images and running containers happens in the remote Docker Engine.
106+
2. Once `setup_remote_docker` is called, a new remote environment is created, and your primary container is configured to use it. All docker-related commands are also executed in your primary container, but building/pushing images and running containers happens in the remote Docker Engine.
107+
3. We enable [Docker Layer Caching](docker-layer-caching) here to speed up image building.
108108
4. We use project environment variables to store credentials for Docker Hub.
109109

110110
## Docker Version

0 commit comments

Comments
 (0)