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
- Host: GitHub
- URL: https://github.com/rycus86/docker-armhf-alpine-qemu
- Owner: rycus86
- License: mit
- Created: 2017-06-14T23:20:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-17T12:51:47.000Z (over 6 years ago)
- Last Synced: 2025-01-23T18:16:29.115Z (over 1 year ago)
- Language: Dockerfile
- Size: 3.77 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alpine + QEMU + ARM (armhf)
[](https://hub.docker.com/r/rycus86/armhf-alpine-qemu)
[](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.