Add some notes about additional arguments and about UEFI/OVMF

This commit is contained in:
Tianon Gravi 2016-11-02 17:32:16 -07:00
parent 89a4df607b
commit 7f0e4cb747

View File

@ -16,3 +16,7 @@
tianon/qemu
Note: port 22 will always be mapped (regardless of the contents of `QEMU_PORTS`).
For supplying additional arguments, use a command of `start-qemu <args>`. For example, to use `-curses`, one would `docker run ... tianon/qemu start-qemu -curses`.
For UEFI support, [the `ovmf` package](https://packages.debian.org/sid/ovmf) is installed, which can be utilized most easily by supplying `--bios /usr/share/ovmf/OVMF.fd`.