Update README.md

This commit is contained in:
Namhyeon Go 2021-11-22 17:57:43 +09:00 committed by GitHub
parent d1d030c951
commit 98d4e84fc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,14 @@ By default, this image will use [QEMU's user-mode networking stack](https://wiki
The `native` variants for `amd64` only contain `qemu-system-x86_64` -- the non-`native` variants contain QEMU compiled for a variety of target CPUs.
## Build Docker image
```console
$ git clone https://github.com/gnh1201/docker-qemu
$ cd docker-qemu
$ docker build -t <your alias>/qemu:6.1 .
```
## For non-native
### ARM