Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emrahcom/emrah-bullseye-base

The infrastructure of the emrah-bullseye installer.
https://github.com/emrahcom/emrah-bullseye-base

bullseye container debian installer lxc

Last synced: about 2 months ago
JSON representation

The infrastructure of the emrah-bullseye installer.

Awesome Lists containing this project

README

        

#### Table of contents

- [About](#about)
- [Usage](#usage)
- [Templates](#templates)
- [Requirements](#requirements)

---

#### About

This repository is the infrastructure of the `emrah-bullseye` installer.
`emrah-bullseye` is an installer to create the containerized systems on _Debian
11 Bullseye_ host.

---

#### Usage

Download the installer and run it with the template name as an argument.

```bash
wget https://raw.githubusercontent.com/emrahcom/emrah-bullseye-base/main/installer/eb
wget https://raw.githubusercontent.com/emrahcom/emrah-bullseye-base/main/installer/eb-base.conf
bash eb eb-base
```

---

#### Templates

See the
[emrah-bullseye-templates](https://github.com/emrahcom/emrah-bullseye-templates)
repository for the available templates.

---

#### Requirements

`emrah-bullseye` requires a _Debian 11 Bullseye_ host with a minimal install
and the Internet access during the installation. It's not a good idea to use
your desktop machine or an already in-use production server as a host machine.
Please, use one of the followings as a host:

- a cloud computer from a hosting/cloud service
([DigitalOcean](https://www.digitalocean.com/?refcode=92b0165840d8)'s droplet,
[Amazon](https://console.aws.amazon.com) EC2 instance etc)

- a virtual machine (VMware, VirtualBox etc)

- a _Debian 11 Bullseye_ container (_with the nesting support_)
```
lxc.include = /usr/share/lxc/config/nesting.conf
lxc.apparmor.profile = unconfined
lxc.apparmor.allow_nesting = 1
```

- a physical machine with a fresh installed
[Debian 11 Bullseye)](https://www.debian.org/releases/bullseye/debian-installer/)