Hi,
if you would like a bit of automation I made some small changes to Docker's mkimage-arch.sh script in order to build a base Arch Linux Arm base image. (see
https://github.com/docker/docker/issues/16695 and
https://github.com/docker/docker/pull/16704)
Just clone my docker fork and checkout the relevant branch.
$this->bbcode_second_pass_code('', '
$ git clone -b 16695_manchoz_archarm https://github.com/manchoz/docker.git
')
Install prerequisites
$this->bbcode_second_pass_code('', '
$ sudo pacman -S base-devel arch-install-scripts expect archlinuxarm-keyring
')
and build archlinuxarm baseimage
$this->bbcode_second_pass_code('', '
$ cd docker/contrib
$ sudo ./mkimage-arch.sh
')
At and of the process you should have your docker populated with an "archlinuxarm" image and a stopped archlinuxarm-generated container.
$this->bbcode_second_pass_code('', '
$ docker images
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
archlinuxarm latest 249420ee929d 47 hours ago 242.7 MB
$ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
ff899c9e3e22 archlinuxarm "echo Success." 47 hours ago Exited (0) 47 hours ago nostalgic_bardeen
')
Let me know if something goes wrong.
@WarheadsSE, I am working heavy on Arch Linux ARM-based images for docker: may I offer my support to create/manage official Arch Linux ARM images on Docker Hub/Registry?
Bests,
Giampaolo