mirror of https://github.com/docker/docs.git
Merge pull request #18424 from dvdksn/build-guidelines-fix-hlevel
build: fix cache heading level in guidelines doc
This commit is contained in:
commit
a649f054e5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue