Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/axelerant/lxcos

Base Operating System for building Containers.
https://github.com/axelerant/lxcos

Last synced: about 2 months ago
JSON representation

Base Operating System for building Containers.

Awesome Lists containing this project

README

        

lxcos
=====

Base Operating System for building Containers.

Installation
============

LXCOs - 0.1-beta is out for testing. Following are the steps for installation.
This is aimed at public clouds and can be tested on AMazon EC2. Bare metal iso
is on the way.

#Requirements
* Chef Server
* Chef Workstation
* Amazon EC2 Account
* knife ec2 wrapper on Chef Workstation

#Steps
* Clone the repo form https://github.com/axelerant/lxcos
* git checkout 0.1-beta.
* Create a github repo with your public keys in a text file "keys". This is safe. Trust me.
* Modify line 18 with the repository to your keys.
* knife cookbook upload -o /path/to/lxcos base
* knife ec2 server create -r "recipe[base::install],recipe[base::configure]" -I ami-7050ae18 --flavor t1.micro -G <security-group> -Z <zone> -x ubuntu -S <keyname> -N <node-name> -i </path/to/key> -K <