DEPRECATED: Tools for building an Arch Linux base image for Docker
This repository has been archived on 2020-11-04. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Shell 97.4%
  • Dockerfile 2.6%
Find a file
2017-09-26 21:06:34 -07:00
.gitignore initial commit 2016-09-20 23:04:29 -07:00
Dockerfile initial commit 2016-09-20 23:04:29 -07:00
LICENSE relicense and remove improper credit 2016-11-05 16:19:16 -07:00
mkimage.sh Fix mkimage.sh with recent systemd releases 2017-09-26 21:06:34 -07:00
README.md Add some rudimentary documentation. 2017-01-24 17:15:25 -05:00

docker-arch

Tools for building an Arch Linux base image for Docker.

Building

Building the base image requires zsh, expect, and arch-install-scripts. Run ./mkimage.sh to generate the rootfs. Then run docker build ..