Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/axelerant/lxcos
- Owner: axelerant
- License: apache-2.0
- Created: 2014-07-11T06:36:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-11T11:52:05.000Z (about 10 years ago)
- Last Synced: 2023-08-01T07:25:02.033Z (over 1 year ago)
- Language: Ruby
- Size: 677 KB
- Stars: 3
- Watchers: 17
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 <