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.
|
|
6 months ago | |
|---|---|---|
| Containerfile | 6 months ago | |
| LICENSE | 6 months ago | |
| README.md | 6 months ago | |
| container-entrypoint | 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