kopia lustrzana https://github.com/linuxserver/docker-documentation
76 wiersze
6.4 KiB
Markdown
76 wiersze
6.4 KiB
Markdown
---
|
|
title: qemu-static
|
|
---
|
|
<!-- DO NOT EDIT THIS FILE MANUALLY -->
|
|
<!-- Please read https://github.com/linuxserver/docker-qemu-static/blob/master/.github/CONTRIBUTING.md -->
|
|
[](https://linuxserver.io)
|
|
|
|
[](https://blog.linuxserver.io "all the things you can do with our containers including How-To guides, opinions and much more!")
|
|
[](https://discord.gg/YWrKVTn "realtime support / chat with the community and the team.")
|
|
[](https://discourse.linuxserver.io "post on our community forum.")
|
|
[](https://fleet.linuxserver.io "an online web interface which displays all of our maintained images.")
|
|
[](https://github.com/linuxserver "view the source for all of our repositories.")
|
|
[](https://opencollective.com/linuxserver "please consider helping us by either donating or contributing to our budget")
|
|
|
|
The [LinuxServer.io](https://linuxserver.io) team brings you another container release featuring :-
|
|
|
|
* regular and timely application updates
|
|
* easy user mappings (PGID, PUID)
|
|
* custom base image with s6 overlay
|
|
* weekly base OS updates with common layers across the entire LinuxServer.io ecosystem to minimise space usage, down time and bandwidth
|
|
* regular security updates
|
|
|
|
Find us at:
|
|
* [Blog](https://blog.linuxserver.io) - all the things you can do with our containers including How-To guides, opinions and much more!
|
|
* [Discord](https://discord.gg/YWrKVTn) - realtime support / chat with the community and the team.
|
|
* [Discourse](https://discourse.linuxserver.io) - post on our community forum.
|
|
* [Fleet](https://fleet.linuxserver.io) - an online web interface which displays all of our maintained images.
|
|
* [Open Collective](https://opencollective.com/linuxserver) - please consider helping us by either donating or contributing to our budget
|
|
|
|
[](https://scarf.sh/gateway/linuxserver-ci/docker/linuxserver%2Fqemu-static)
|
|
[](https://github.com/linuxserver/docker-qemu-static)
|
|
[](https://github.com/linuxserver/docker-qemu-static/releases)
|
|
[](https://github.com/linuxserver/docker-qemu-static/packages)
|
|
[](https://gitlab.com/linuxserver.io/docker-qemu-static/container_registry)
|
|
[](https://quay.io/repository/linuxserver.io/qemu-static)
|
|
[](https://hub.docker.com/r/linuxserver/qemu-static)
|
|
[](https://hub.docker.com/r/linuxserver/qemu-static)
|
|
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-qemu-static/job/master/)
|
|
|
|
[QEMU Static](https://www.qemu.org/) - Run multiple architectures of Docker containers on an x86_64 or aarch64 host using QEMU static.
|
|
|
|
[](https://www.qemu.org/)
|
|
|
|
## Supported Architectures
|
|
|
|
We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
|
|
|
|
Simply pulling `lscr.io/linuxserver/qemu-static:latest` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
|
|
|
The architectures supported by this image are:
|
|
|
|
| Architecture | Available | Tag |
|
|
| :----: | :----: | ---- |
|
|
| x86-64 | ✅ | amd64-\<version tag\> |
|
|
| arm64 | ✅ | arm64v8-\<version tag\> |
|
|
| armhf| ❌ | arm32v7-\<version tag\> |
|
|
|
|
## Usage
|
|
|
|
Unlike most of our container library this image is meant to be run ephemerally from the command line to enabled the underlying host to run containers built for different architechtures.
|
|
|
|
### Enable and reset
|
|
|
|
```
|
|
docker run --rm -it \
|
|
--privileged \
|
|
linuxserver/qemu-static \
|
|
--reset \
|
|
-p yes
|
|
```
|
|
## Versions
|
|
|
|
* **09.12.24:** - Upgrade to 9.1.2, automate new builds.
|
|
* **07.11.24:** - Upgrade to 9.1.1, switch to new debian package and bin naming scheme.
|
|
* **14.10.24:** - Initial release.
|