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
79020d6e
Commit
79020d6e
authored
Jul 03, 2013
by
Pierre Riteau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix small typos
parent
b869ce9b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
website/source/docs/basics/terminology.html.markdown
website/source/docs/basics/terminology.html.markdown
+1
-1
website/source/docs/installation.html.markdown
website/source/docs/installation.html.markdown
+1
-1
website/source/intro/getting-started/parallel-builds.html.markdown
...ource/intro/getting-started/parallel-builds.html.markdown
+1
-1
No files found.
website/source/docs/basics/terminology.html.markdown
View file @
79020d6e
...
...
@@ -4,7 +4,7 @@ layout: "docs"
# Packer Terminology
There are a handful of terms used throughout Packer documentation where
There are a handful of terms used throughout
the
Packer documentation where
the meaning may not be immediately obvious if you haven't used Packer before.
Luckily, there are relatively few. This page documents all the terminology
required to understand and use Packer. The terminology is in alphabetical
...
...
website/source/docs/installation.html.markdown
View file @
79020d6e
...
...
@@ -20,7 +20,7 @@ for your system and download it. Packer is packaged as a "zip" file.
Next, unzip the downloaded package into a directory where Packer will be
installed. On Unix systems,
`~/packer`
or
`/usr/local/packer`
is generally good,
depending on whether you want to restrict the install to just your user
or install it system-wide. On Windows systems, you can put it where
e
ver you'd
or install it system-wide. On Windows systems, you can put it wherever you'd
like.
After unzipping the package, the directory should contain a set of binary
...
...
website/source/intro/getting-started/parallel-builds.html.markdown
View file @
79020d6e
...
...
@@ -73,7 +73,7 @@ The entire template should now [look like this](https://gist.github.com/mitchell
Additional builders are simply added to the
`builders`
array in the template.
This tells Packer to build multiple images. The builder
`type`
values don't
even need t
d
o be different! In fact, if you wanted to build multiple AMIs,
even need to be different! In fact, if you wanted to build multiple AMIs,
you can do that as well.
Validate the template with
`packer validate`
. This is always a good practice.
...
...
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