Project

rucon

0.0
No commit activity in last 3 years
No release in over 3 years
Ruby mini container
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

Rucon

Simple ruby containers. Aimed as a POC and maybe someday a bit more than that.

Install

sudo apt-get update sudo apt-get install squashfs-tools debootstrap

base dir

sudo debootstrap vivid my-base

Not ready for installation yet. Only if you're hacking on this repo.

What?

This is the attempt to make containers easy and understandable. The world is now filled with cruft and overcomplexification of this. Back to the roots y'all.

Objectives:

  • Download containers
  • Run containers
  • Tweak the f out of what you want.
  • Make you understand the concepts.

Usage

rucon fetchfs file:///home/vagrant/base.sqsh my-base
rucon create my-container my-base
rucon enter my-container
rucon boot my-container