Update README.md

This commit is contained in:
Namhyeon Go 2024-01-30 14:44:07 +09:00 committed by GitHub
parent b93f57f7e4
commit be7fb15bd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ $ docker run -it --rm \
-e QEMU_CDROM=/tmp/debian.iso \
-e QEMU_BOOT='order=d' \
-e QEMU_PORTS='2375 2376' \
tianon/qemu:native
gnh1201/qemu:6.1 # or `tianon/qemu:native`
```
Note: port 22 will always be mapped (regardless of the contents of `QEMU_PORTS`).