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é 3279304ebe
Create LICENSE
1 year ago
Containerfile use url to have a portable containerfile 1 year ago
LICENSE Create LICENSE 1 year ago
README.md initial commit 1 year ago
container-entrypoint initial commit 1 year 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