fixed typo

Signed-off-by: mqliang <mqliang.zju@gmail.com>
Upstream-commit: 4c1243dc76ad4afa6cfa6eec3070073ba0cb0c6a
Component: engine
This commit is contained in:
Liang Mingqiang
2015-12-15 23:00:47 +08:00
parent f17065a779
commit 34e0c13d67

View File

@ -473,7 +473,7 @@ You can then create a container from our new image.
> those instructions in later sections of the Guide or you can refer to the
> [`Dockerfile`](../reference/builder.md) reference for a
> detailed description and examples of every instruction.
> To help you write a clear, readable, maintainable `Dockerfile`, you've also
> To help you write a clear, readable, maintainable `Dockerfile`, we've also
> written a [`Dockerfile` Best Practices guide](../articles/dockerfile_best-practices.md).