mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixes "note" blockquote too long [doc, minor]
A "note" block includes too much text, so if you skip over it the next paragraph makes zero sense.
This commit is contained in:
parent
37db53bf7a
commit
99082de9ad
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ this as the base of all your web application images.
|
||||||
|
|
||||||
> **Note:** Docker usually gets these base images from
|
> **Note:** Docker usually gets these base images from
|
||||||
> [Docker Hub](https://hub.docker.com).
|
> [Docker Hub](https://hub.docker.com).
|
||||||
>
|
|
||||||
Docker images are then built from these base images using a simple, descriptive
|
Docker images are then built from these base images using a simple, descriptive
|
||||||
set of steps we call *instructions*. Each instruction creates a new layer in our
|
set of steps we call *instructions*. Each instruction creates a new layer in our
|
||||||
image. Instructions include actions like:
|
image. Instructions include actions like:
|
||||||
|
|
Loading…
Reference in a new issue