github.com/aspring/packer@v0.8.1-0.20150629211158-9db281ac0f89/website/source/index.html.erb (about)

     1  ---
     2  description: |-
     3    Packer is a free and open source tool for creating golden images for multiple platforms from a single source configuration.
     4  ---
     5  
     6  <div class="home">
     7  
     8  	<header class="dark-background">
     9  	<div class="container hero">
    10  		<div class="row">
    11  			<div class="col-md-4 col-md-offset-1">
    12  				<h2>
    13  					<span class="text-green">Packer</span> is a tool for creating machine and container images for multiple platforms from a single source configuration.
    14  				</h2>
    15  			</div>
    16  		</div>
    17  	</div>
    18  	</header>
    19  
    20  	<section class="belt download">
    21  	<div class="container">
    22  		<div class="row download-row">
    23  		<div class="download-container">
    24  			<h2 class="uppercase"><a href="/downloads.html">Download v<%= latest_version %></a></h2>
    25  			</div>
    26  		</div>
    27  		</div>
    28  	</div>
    29  	</section>
    30  
    31  	<section class="marketting padded-lg">
    32  	<div class="container">
    33  		<div class="row">
    34  			<div class="col-md-6">
    35          <%= image_tag 'screenshots/vmware_and_virtualbox.png', class: 'img-responsive' %>
    36  			</div>
    37  
    38  			<div class="col-md-6">
    39  				<h2 class="text-green text-center">Modern, Automated</h2>
    40  				<p>
    41  				Packer is easy to use and automates the creation of any type
    42  				of machine image. It embraces modern configuration management by
    43  				encouraging you to use automated scripts to install and
    44  				configure the software within your Packer-made images.
    45  
    46  				Packer brings machine images into the modern age, unlocking
    47  				untapped potential and opening new opportunities.
    48  				</p>
    49  			</div>
    50  		</div>
    51  	</div>
    52  	</section>
    53  
    54  	<section class="marketting padded-lg">
    55  	<div class="container">
    56  		<div class="row">
    57  			<div class="col-md-6">
    58  				<h2 class="text-green text-center">Works Great With</h2>
    59  				<p>
    60  					Out of the box Packer comes with support to build images for
    61  					Amazon EC2, DigitalOcean, Docker, Google Compute Engine, QEMU,
    62  					VirtualBox, VMware, and more. Support for
    63  					more platforms is on the way, and anyone can add new platforms
    64  					via plugins.
    65  				</p>
    66  			</div>
    67  
    68  			<div class="col-md-6">
    69          <%= image_tag 'screenshots/works_with.png', class: 'img-responsive' %>
    70  			</div>
    71  		</div>
    72  	</div>
    73  	</section>
    74  
    75  </div> <!-- /.home -->