From af420fab5aec7ef15b47dac59ceee9b06af0b67f Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 8 Apr 2017 18:09:39 +0200 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..830c281 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Docker Base Image for Arch Linux +This repository contains all scripts and files needed to crate a Docker base image for the Arch Linux distribution. +## Dependencies +Install the following Arch Linux packages: +* arch-install-scripts +* make +## Usage +Run `make docker-image` as root to build the base image.