Fix minor typo and improve wording

Upstream-commit: 1bcc37caec07c01ab385f562ffa56d2b2bb0a7d8
Component: engine
This commit is contained in:
Paul Weaver
2014-06-20 22:21:18 +01:00
parent 929a82a086
commit 6884fb8621
@@ -15,7 +15,7 @@ To [*build*](../commandline/cli/#cli-build) an image from a source repository,
create a description file called Dockerfile at the root of your repository.
This file will describe the steps to assemble the image.
Then call `docker build` with the path of you source repository as argument
Then call `docker build` with the path of your source repository as the argument
(for example, `.`):
$ sudo docker build .