Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
5c74cfff
Commit
5c74cfff
authored
Oct 24, 2014
by
Seth Vargo
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1619 from dkinzer/fix-broken-docker-links
Fix broken links docker builder docs.
parents
67fad6c4
1b4a0bff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
website/source/docs/builders/docker.html.markdown
website/source/docs/builders/docker.html.markdown
+2
-2
No files found.
website/source/docs/builders/docker.html.markdown
View file @
5c74cfff
...
...
@@ -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.
Packer builds Docker containers _without_ the use of
[
Dockerfiles
](
http
://docs.docker.io/en/latest/us
e/builder/
)
.
[
Dockerfiles
](
http
s://docs.docker.com/referenc
e/builder/
)
.
By not using Dockerfiles, Packer is able to provision
containers with portable scripts or configuration management systems
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
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 builder only works on machines that support Docker (modern Linux machines).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment