mirror of https://github.com/docker/cli.git
Fix dead link build.md
This commit is contained in:
parent
ed00fc5e27
commit
5d4d002c23
|
@ -19,7 +19,7 @@ Dockerfile knowledge with the [Dockerfile tutorial](/userguide/level1).
|
||||||
|
|
||||||
## Usage
|
## 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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue