mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix dead link build.md
This commit is contained in:
parent
653be15f17
commit
7754ef1f06
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Dockerfile knowledge with the [Dockerfile tutorial](/userguide/level1).
|
|||
|
||||
## Usage
|
||||
|
||||
To [*build*](../commandline/cli/#cli-build) an image from a source repository,
|
||||
To [*build*](/reference/commandline/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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue