Update README.md

This commit is contained in:
Namhyeon Go 2021-11-15 17:47:56 +09:00 committed by GitHub
parent b7cbaac271
commit e39e5149d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ The `native` variants for `amd64` only contain `qemu-system-x86_64` -- the non-`
## For non-native
```console
$ touch /hdimages/hda.qcow2
$ touch /hdimages/armhfp.qcow2
$ docker run -it --rm \
--device /dev/kvm \
--name qemu-container-arm \
@ -52,3 +52,5 @@ $ docker run -it --rm \
-e QEMU_INITRD=/tmp/initrd.gz \
<your alias>/qemu:6.1
```
If ARM or MIPS is selected, kernel image and initrd image are required, so use it like this.