commit af420fab5aec7ef15b47dac59ceee9b06af0b67f Author: Pierre Schmitz Date: Sat Apr 8 18:09:39 2017 +0200 Create 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.