mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix a broken anchor tag on the CLI builder page
Signed-off-by: Chris McKinnel <chrismckinnel@gmail.com>
This commit is contained in:
parent
c7ece73fa4
commit
3c5b17cf7e
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ In most cases, it's best to put each Dockerfile in an empty directory. Then,
|
|||
only add the files needed for building the Dockerfile to the directory. To
|
||||
increase the build's performance, you can exclude files and directories by
|
||||
adding a `.dockerignore` file to the directory. For information about how to
|
||||
[create a `.dockerignore` file](#the-dockerignore-file) on this page.
|
||||
[create a `.dockerignore` file](#dockerignore-file) on this page.
|
||||
|
||||
You can specify a repository and tag at which to save the new image if
|
||||
the build succeeds:
|
||||
|
|
Loading…
Reference in a new issue