An open API service indexing awesome lists of open source software.

https://github.com/rycus86/docker-armhf-alpine-qemu

Building an armhf alpine image with qemu binary
https://github.com/rycus86/docker-armhf-alpine-qemu

Last synced: 3 months ago
JSON representation

Building an armhf alpine image with qemu binary

Awesome Lists containing this project

README

          

# Alpine + QEMU + ARM (armhf)

[![Build Status](https://img.shields.io/docker/build/rycus86/armhf-alpine-qemu.svg)](https://hub.docker.com/r/rycus86/armhf-alpine-qemu)
[![Layers](https://images.microbadger.com/badges/image/rycus86/armhf-alpine-qemu.svg)](https://microbadger.com/images/rycus86/armhf-alpine-qemu "Get your own image badge on microbadger.com")

This project enables building a *Docker* image to allow running *32-bits ARM*
*Alpine Linux* builds on non-arm hosts (like [Travis](https://travis-ci.org) build agents).

## Usage

Before building images from this image or running containers from those on `x86`
architecture execute the following command:

`docker run --rm --privileged multiarch/qemu-user-static:register --reset`

As described in its [GitHub project](https://github.com/multiarch/qemu-user-static)
this will register the *static QEMU binary* that exists in this base image
for all supported processors.