Skip to content

Commit

Permalink
docs: Mention macOS container (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jun 8, 2024
1 parent 87be0dd commit 5e12e36
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ kubectl apply -f kubernetes.yml

Use [dockur/windows](https://github.com/dockur/windows) instead, as it includes all the drivers required during installation, amongst many other features.

* ### How do I boot macOS?

Use [dockur/macos](https://github.com/dockur/macos) instead, as it uses all the right settings and automaticly downloads the installation files.

* ### How do I boot without VirtIO drivers?

By default, the machine makes use of `virtio-scsi` drives for performance reasons, and even though most Linux kernels bundle the necessary driver for this device, that may not always be the case for other operating systems.
Expand All @@ -118,7 +122,7 @@ kubectl apply -f kubernetes.yml
DISK_TYPE: "blk"
```

If it still fails to boot, you can set the value to `ide` to emulate a IDE drive, which is slow but compatible with almost every system.
If it still fails to boot, you can set the value to `ide` to emulate a IDE drive, which is slow but requires no drivers and is compatible with almost every system.

* ### How do I verify if my system supports KVM?

Expand Down

0 comments on commit 5e12e36

Please sign in to comment.