Commit 5c74cfff authored by Seth Vargo's avatar Seth Vargo

Merge pull request #1619 from dkinzer/fix-broken-docker-links

Fix broken links docker builder docs.
parents 67fad6c4 1b4a0bff
...@@ -14,13 +14,13 @@ Docker. The builder starts a Docker container, runs provisioners within ...@@ -14,13 +14,13 @@ Docker. The builder starts a Docker container, runs provisioners within
this container, then exports the container for reuse or commits the image. this container, then exports the container for reuse or commits the image.
Packer builds Docker containers _without_ the use of Packer builds Docker containers _without_ the use of
[Dockerfiles](http://docs.docker.io/en/latest/use/builder/). [Dockerfiles](https://docs.docker.com/reference/builder/).
By not using Dockerfiles, Packer is able to provision By not using Dockerfiles, Packer is able to provision
containers with portable scripts or configuration management systems containers with portable scripts or configuration management systems
that are not tied to Docker in any way. It also has a simpler mental model: that are not tied to Docker in any way. It also has a simpler mental model:
you provision containers much the same way you provision a normal virtualized you provision containers much the same way you provision a normal virtualized
or dedicated server. For more information, read the section on or dedicated server. For more information, read the section on
[Dockerfiles](#toc_4). [Dockerfiles](#toc_8).
The Docker builder must run on a machine that has Docker installed. Therefore The Docker builder must run on a machine that has Docker installed. Therefore
the builder only works on machines that support Docker (modern Linux machines). the builder only works on machines that support Docker (modern Linux machines).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment