Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/emrahcom/emrah-bullseye-base
- Owner: emrahcom
- License: gpl-3.0
- Created: 2021-08-09T19:13:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T12:19:16.000Z (9 months ago)
- Last Synced: 2024-04-24T06:20:08.158Z (9 months ago)
- Topics: bullseye, container, debian, installer, lxc
- Language: Shell
- Homepage:
- Size: 157 KB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)