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
0bfd7d28
Commit
0bfd7d28
authored
Jun 21, 2013
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
website: supported platforms
parent
c9c94908
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
67 additions
and
3 deletions
+67
-3
website/source/intro/platforms.html.markdown
website/source/intro/platforms.html.markdown
+49
-0
website/source/intro/use-cases.html.markdown
website/source/intro/use-cases.html.markdown
+2
-2
website/source/layouts/intro.erb
website/source/layouts/intro.erb
+2
-1
website/source/stylesheets/_components.scss
website/source/stylesheets/_components.scss
+14
-0
No files found.
website/source/intro/platforms.html.markdown
0 → 100644
View file @
0bfd7d28
---
layout
:
"
intro"
page_title
:
"
Supported
Platforms"
prev_url
:
"
/intro/use-cases.html"
next_url
:
"
/intro/getting-started/setup.html"
next_title
:
"
Getting
Started:
Install
Packer"
---
# Supported Platforms
Packer can creates machine images for any platform. Packer ships with
support for a set of platforms, but can be
[
extend through plugins
](
/docs/extend/builder.html
)
to support any platform. This page documents the list of supported image
types that Packer supports creating.
If you were looking to see what platforms Packer is able to run on, see
the page on
[
installing Packer
](
/intro/getting-started/setup.html
)
.
<div
class=
"alert alert-info alert-block"
>
<strong>
Note:
</strong>
We're always looking to officially support more
target platforms. If you're interested in adding support for another
platform, please help by opening an issue or pull request within
<a
href=
"https://github.com/mitchellh/packer"
>
GitHub
</a>
so we can discuss
how to make it happen.
</div>
Packer supports creating images for the following platforms or targets.
The format of the resulting image and any high-level information about the
platform is noted. They are listed in alphabetical order. For more detailed
information on supported configuration parameters and usage, please see
the appropriate
[
documentation page within the documentation section
](
/docs
)
.
*
***Amazon EC2 (AMI)**
*
. EBS-backed AMIs within EC2, optionally distributed
to multiple regions.
*
***DigitalOcean**
*
. Snapshots for
[
DigitalOcean
](
http://www.digitalocean.com
)
that can be used to start a pre-configured DigitalOcean instance of any size.
*
***VirtualBox (OVF)**
*
. Exported virtual machines for VirtualBox, including
virtual machine metadata such as RAM, CPUs, etc. These virtual machines are
portable and can be started on any platform VirtualBox runs on.
*
***VMware (VMX)**
*
. Exported virtual machines for VMware that can be run
within any desktop products such as Fusion, Player, or Workstation, as well
as server products such as vSphere.
As previously mentioned, these are just the target image types that Packer
ships with out of the box. You can always
[
extend Packer through plugins
](
/docs/extend/builder.html
)
to support more.
website/source/intro/use-cases.html.markdown
View file @
0bfd7d28
...
...
@@ -2,8 +2,8 @@
layout
:
"
intro"
page_title
:
"
Use
Cases"
prev_url
:
"
/intro/why.html"
next_url
:
"
/intro/
getting-started/setup
.html"
next_title
:
"
Getting
Started:
Install
Packer
"
next_url
:
"
/intro/
platforms
.html"
next_title
:
"
Supported
Platforms
"
---
# Use Cases
...
...
website/source/layouts/intro.erb
View file @
0bfd7d28
...
...
@@ -3,10 +3,11 @@
<h2>
Intro
</h2>
<ul>
<li><h4>
Concepts
</h4></li>
<li><h4>
About
</h4></li>
<li><a
href=
"/intro/index.html"
>
What is Packer?
</a></li>
<li><a
href=
"/intro/why.html"
>
Why Use Packer?
</a></li>
<li><a
href=
"/intro/use-cases.html"
>
Use Cases
</a></li>
<li><a
href=
"/intro/platforms.html"
>
Supported Platforms
</a></li>
</ul>
<ul>
...
...
website/source/stylesheets/_components.scss
View file @
0bfd7d28
...
...
@@ -177,6 +177,20 @@
}
}
div
.alert
{
font-family
:
$serif
;
font-size
:
17px
;
line-height
:
1
.5
;
letter-spacing
:
1px
;
margin-left
:
-80px
;
margin-right
:
-80px
;
padding-top
:
15px
;
padding-bottom
:
15px
;
padding-left
:
80px
;
padding-right
:
80px
;
border-radius
:
0
;
}
pre
{
border
:
0
;
font-size
:
14px
;
...
...
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