qemu-user-static from Fedora packaged as a container image
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nicolas Massé 93c9a3741d use url to have a portable containerfile 6 months ago
Containerfile use url to have a portable containerfile 6 months ago
README.md initial commit 6 months ago
container-entrypoint initial commit 6 months ago

README.md

qemu-user-static container image

Build

git clone https://github.com/nmasse-itix/qemu-user-static.git
cd qemu-user-static
sudo podman build -t localhost/qemu-user-static:latest .

Run

sudo podman run -it --privileged --security-opt label=filetype:container_file_t --security-opt label=level:s0 --security-opt label=type:spc_t localhost/qemu-user-static:latest

Test

sudo podman run -it --rm --platform linux/arm64/v8 docker.io/library/alpine:latest