mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-05 08:32:24 +00:00
- Introduce a table of supported platforms in top-level README - Add stub files for un-documented platforms using a standard template - Update HyperKit doc to follow a standard template Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
34 lines
519 B
Markdown
34 lines
519 B
Markdown
# LinuxKit with qemu/kvm
|
|
|
|
TBD
|
|
|
|
## Boot
|
|
|
|
TBD: Describe the different boot modes (kernel+initrd, iso, efi, disk etc)
|
|
|
|
|
|
## Console
|
|
|
|
TBD:
|
|
|
|
|
|
## Disks
|
|
|
|
The qemu backend supports multiple disks to be attached to the VM
|
|
using the standard `linuxkit` `-disk` syntax. The qemu backend
|
|
supports a number of different disk formats.
|
|
|
|
|
|
## Networking
|
|
|
|
TBD
|
|
|
|
Also explain port forwarding
|
|
|
|
## Integration services and Metadata
|
|
|
|
TBD: Integration services
|
|
|
|
The qemu backend currently does not support passing metadata/userdata
|
|
to the VM.
|