Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veepee-oss/docker-devuan
Docker images of Devuan.
https://github.com/veepee-oss/docker-devuan
Last synced: 17 days ago
JSON representation
Docker images of Devuan.
- Host: GitHub
- URL: https://github.com/veepee-oss/docker-devuan
- Owner: veepee-oss
- License: isc
- Created: 2019-12-29T13:46:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T22:23:00.000Z (over 1 year ago)
- Last Synced: 2023-10-24T23:24:50.731Z (over 1 year ago)
- Language: Shell
- Homepage: https://hub.docker.com/r/vptech/devuan
- Size: 293 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# devuan
1. [Overview](#overview)
1. [Description](#description)
1. [Tags](#tags)
1. [Setup](#setup)
1. [Usage](#usage)
1. [Limitations](#limitations)
1. [Development](#development)
1. [Miscellaneous](#miscellaneous)## Overview
Devuan is a free software operating system for your computer. Free software
means you are free to use, copy and distribute, study, change the software, and
share your modifications with the community.[devuan.org](https://www.devuan.org/)
## Description
Use this script to build your own base system.
## Tags
Supported tags.
- 1, jessie
- 2, ascii
- 3, beowulf, oldstable
- 4, chimaera, stable, latest## Setup
On Debian you need sudo permissions and the following packages:
```bash
# if you build on wheezy please use backports version of debootstrap
sudo apt-get -qq -y install debootstrap
```On Devuan you need sudo permissions and the following packages:
```bash
sudo apt-get -qq -y install debootstrap
```On Ubuntu you need sudo permissions and the following packages:
```bash
sudo apt-get -qq -y install debian-keyring debian-archive-keyring debootstrap
```You also need to be in the docker group to use Docker.
```bash
sudo usermod -a -G docker ${USER}
```Finally you need to login on Docker Hub.
```bash
docker login
```## Usage
You first need to choose which dist between jessie (1.0) and ascii (2.0) you
want (jessie will be the 'latest' tag) and you need to choose you user (or
organization) name on Docker Hub.Show help.
```bash
./build.sh -h
```Build your own Debian image (eg. beowulf).
```bash
./build.sh -d beowulf -u vptech
```Build your own Devuan image (eg. chimaera) and push it on the Docker Hub.
```bash
./build.sh -d chimaera -u vptech -p
```## Limitations
Only work on Debian, Devuan and Ubuntu.
## Development
Please read carefully [CONTRIBUTING.md](CONTRIBUTING.md) before making a merge
request.## Miscellaneous
```
╚⊙ ⊙╝
╚═(███)═╝
╚═(███)═╝
╚═(███)═╝
╚═(███)═╝
╚═(███)═╝
╚═(███)═╝
```