Explorar el Código

Merge pull request #7610 from remram44/patch-1

Fixes "note" blockquote too long [doc, minor]
Sven Dowideit hace 11 años
padre
commit
366fe67946
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/sources/introduction/understanding-docker.md

+ 1 - 1
docs/sources/introduction/understanding-docker.md

@@ -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: