Skip to content

README: Fix markdown syntax #430

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
#Image Factory#
# Image Factory #

Image Factory enables appliance creation and deployment to multiple virtualization
and Cloud providers.

##Features##
## Features ##
* Build guest images for a growing list of operating system and cloud combinations.
* Current guest OS support: Fedora 7-19, RHEL 5.x and 6.x
* Current cloud support: Red Hat Enterprise Virtualization, VMware vSphere, Amazon EC2, Rackspace, OpenStack, and more...
* Image Factory supports "build and upload" or snapshotting of existing images.
* RESTful API makes integrating Image Factory into existing workflows simple.


##Using Image Factory##
## Using Image Factory ##
Building an image begins with a template describing what to build. See an example
of such a template below. See the [schema documentation for TDL](http://imgfac.org/documentation/tdl/TDL.html)
for more detail on creating a template. Note that a template is **not** tied to
Expand Down Expand Up @@ -45,7 +45,7 @@ push the image into the cloud.
That's it! You can now launch an instance of this image using the cloud
provider's management console.

##Installing Image Factory##
## Installing Image Factory ##
Installing Image Factory is quick and easy. See the
[imagefactory rpm installation](http://imgfac.org/documentation/install.html#rpm)
instructions for more detail.
Expand Down