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
e126f76b
Commit
e126f76b
authored
Jun 29, 2013
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #66 from sergiotapia/fix-typo-in-readme
Fix typo in README file.
parents
28064dbf
3d4f1c38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
README.md
README.md
+6
-3
No files found.
README.md
View file @
e126f76b
...
@@ -11,7 +11,9 @@ Packer is lightweight, runs on every major operating system, and is highly
...
@@ -11,7 +11,9 @@ Packer is lightweight, runs on every major operating system, and is highly
performant, creating machine images for multiple platforms in parallel.
performant, creating machine images for multiple platforms in parallel.
Packer comes out of the box with support for creating AMIs (EC2), VMware
Packer comes out of the box with support for creating AMIs (EC2), VMware
images, and VirtualBox images. Support for more platforms can be added via
images, and VirtualBox images. Support for more platforms can be added via
plugins. The images that Packer creates an easily be turned into
plugins.
The images that Packer creates can easily be turned into
[
Vagrant
](
http://www.vagrantup.com
)
boxes.
[
Vagrant
](
http://www.vagrantup.com
)
boxes.
## Quick Start
## Quick Start
...
@@ -78,5 +80,6 @@ $ bin/packer
...
@@ -78,5 +80,6 @@ $ bin/packer
...
...
```
```
You can run tests by typing
`make test`
. This will run tests for Packer core
You can run tests by typing
`make test`
.
along with all the core builders and commands and such that come with Packer.
This will run tests for Packer core along with all the core builders and commands and such that come with Packer.
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