https://github.com/rycus86/docker-armhf-debian-qemu
Building an armhf debian image with qemu binary
https://github.com/rycus86/docker-armhf-debian-qemu
Last synced: 5 months ago
JSON representation
Building an armhf debian image with qemu binary
- Host: GitHub
- URL: https://github.com/rycus86/docker-armhf-debian-qemu
- Owner: rycus86
- License: mit
- Created: 2017-06-10T20:18:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-17T12:53:51.000Z (over 6 years ago)
- Last Synced: 2025-01-23T18:16:30.194Z (over 1 year ago)
- Language: Dockerfile
- Size: 3.77 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Debian + QEMU + ARM (armhf)
[](https://hub.docker.com/r/rycus86/armhf-debian-qemu)
[](https://microbadger.com/images/rycus86/armhf-debian-qemu "Get your own image badge on microbadger.com")
This project enables building a *Docker* image to allow running *32-bits ARM*
*Debian* 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.