Update django.md (#5476)

remove the extra s in `Dockerfiles`
This commit is contained in:
chan24092005
2017-12-12 05:30:43 +08:00
committed by John Mulhausen
parent 96a72d6211
commit 2230bedd84

View File

@@ -20,7 +20,7 @@ and a `docker-compose.yml` file. (You can use either a `.yml` or `.yaml` extensi
The Dockerfile defines an application's image content via one or more build
commands that configure that image. Once built, you can run the image in a
container. For more information on `Dockerfiles`, see the [Docker user
container. For more information on `Dockerfile`, see the [Docker user
guide](/engine/tutorials/dockerimages.md#building-an-image-from-a-dockerfile)
and the [Dockerfile reference](/engine/reference/builder.md).