mirror of https://github.com/docker/docs.git
fix link to Dockerfile in Engine FAQs (#4480)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
parent
00105dbdf6
commit
88e6e2852b
|
@ -43,7 +43,7 @@ offers a high-level tool with several powerful functionalities:
|
||||||
|
|
||||||
- *Automatic build.* Docker includes [*a tool for developers to automatically
|
- *Automatic build.* Docker includes [*a tool for developers to automatically
|
||||||
assemble a container from their source
|
assemble a container from their source
|
||||||
code*](/engine/reference/commandline/build.md), with full control over application
|
code*](/engine/reference/builder/), with full control over application
|
||||||
dependencies, build tools, packaging etc. They are free to use `make`, `maven`,
|
dependencies, build tools, packaging etc. They are free to use `make`, `maven`,
|
||||||
`chef`, `puppet`, `salt,` Debian packages, RPMs, source tarballs, or any
|
`chef`, `puppet`, `salt,` Debian packages, RPMs, source tarballs, or any
|
||||||
combination of the above, regardless of the configuration of the machines.
|
combination of the above, regardless of the configuration of the machines.
|
||||||
|
|
Loading…
Reference in New Issue