mirror of https://github.com/docker/docs.git
build: fix cache heading level in guidelines doc
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
fe1485e2e6
commit
044dc567dd
|
@ -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