1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

fixed typo

Signed-off-by: mqliang <mqliang.zju@gmail.com>
This commit is contained in:
Liang Mingqiang 2015-12-15 23:00:47 +08:00
parent effdb3b763
commit 4c1243dc76

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).