containos

A minimal immutable OS designed to run containers

Pure Nim score 15/100 · last commit 2019-05-08 · 3 stars · tests present · no docs generated

Summary

Latest Version Unknown
License Unknown
CI Status Failing
Stars 3
Forks 1
Open Issues 0
Last Commit 2019-05-08
Downloads 0
Last Indexed 2026-07-23 12:59

Installation

nimble install containos
choosenim install containos
git clone https://gitlab.com/containos/containos

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
containos - - - - - - -

Source

Repository https://gitlab.com/containos/containos
Homepage https://gitlab.com/containos/containos
Registry Source gitlab

README

ContainOS

This is my homage to CoreOS, designed to support more architectures, be even smaller, and even less mutable.

This repository is a thin wrapper that pulls in other git submodules. Most of the ContainOS action actually occurs in the meta-containos layer hosted at https://gitlab.com/containos/meta-containos.git

Quickstart

Install the software mentioned in http://www.openembedded.org/wiki/Getting_started, then:

git clone --recursive https://gitlab.com/containos/containos.git
source containos/init-build-env
MACHINE=bananapi bitbake containos-image-base

Many other bitbake targets are available.

Contributing

You are encouraged to fork this and related repositories and share your patches, in accordance with applicable copyright terms. Git pull requests are preferred for non-trivial patches.