https://github.com/rycus86/docker-arm64v8-alpine-qemu
Building an arm64v8 (aarch64) alpine image with qemu binary
https://github.com/rycus86/docker-arm64v8-alpine-qemu
Last synced: 11 months ago
JSON representation
Building an arm64v8 (aarch64) alpine image with qemu binary
- Host: GitHub
- URL: https://github.com/rycus86/docker-arm64v8-alpine-qemu
- Owner: rycus86
- License: mit
- Created: 2017-06-17T13:55:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-17T12:54:51.000Z (over 6 years ago)
- Last Synced: 2025-03-17T08:46:48.426Z (about 1 year ago)
- Language: Dockerfile
- Size: 4.15 MB
- Stars: 9
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alpine + QEMU + ARM64 (aarch64)
[](https://hub.docker.com/r/rycus86/arm64v8-alpine-qemu)
[](https://microbadger.com/images/rycus86/arm64v8-alpine-qemu "Get your own image badge on microbadger.com")
This project enables building a *Docker* image to allow running *64-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.