mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
Merge pull request #18424 from dvdksn/build-guidelines-fix-hlevel
build: fix cache heading level in guidelines doc
This commit is contained in:
@@ -80,7 +80,7 @@ RUN apt-get update && apt-get install -y \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
```
|
||||
|
||||
### Leverage build cache
|
||||
## Leverage build cache
|
||||
|
||||
When building an image, Docker steps through the instructions in your
|
||||
Dockerfile, executing each in the order specified. For each instruction, Docker
|
||||
|
||||
Reference in New Issue
Block a user