mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix minor typo and improve wording
This commit is contained in:
parent
a5f5d5e8d7
commit
1bcc37caec
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
create a description file called Dockerfile at the root of your repository.
|
||||||
This file will describe the steps to assemble the image.
|
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, `.`):
|
(for example, `.`):
|
||||||
|
|
||||||
$ sudo docker build .
|
$ sudo docker build .
|
||||||
|
|
Loading…
Add table
Reference in a new issue