Base Docker for Manjaro
  • Makefile 96%
  • Dockerfile 4%
Find a file
2019-10-27 11:49:53 +01:00
rootfs Initial commit 2019-10-27 11:49:53 +01:00
Dockerfile Initial commit 2019-10-27 11:49:53 +01:00
exclude Initial commit 2019-10-27 11:49:53 +01:00
LICENSE Initial commit 2019-10-27 11:49:53 +01:00
Makefile Initial commit 2019-10-27 11:49:53 +01:00
packages Initial commit 2019-10-27 11:49:53 +01:00
README.md Initial commit 2019-10-27 11:49:53 +01:00

Docker Base Image for Manjaro Linux

This repository contains all scripts and files needed to create a Docker base image for the Manjaro Linux distribution.

Dependencies

Install the following Manjaro Linux packages:

  • make
  • devtools
  • docker

Usage

Run make docker-image as root to build the base image.

Purpose

  • Provide the Manjaro experience in a Docker Image
  • Provide the most simple but complete image to base every other upon
  • pacman needs to work out of the box
  • All installed packages have to be kept unmodified