mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
docs: add acpi section to hyperkit docs
Signed-off-by: Magnus Skjegstad <magnus@skjegstad.com>
This commit is contained in:
parent
14db99c916
commit
037c222a70
@ -31,6 +31,12 @@ The HyperKit backend support configuring a persistent disk using the
|
|||||||
standard `linuxkit` `-disk` syntax. Currently, only one disk is
|
standard `linuxkit` `-disk` syntax. Currently, only one disk is
|
||||||
supported and the disk is in raw format.
|
supported and the disk is in raw format.
|
||||||
|
|
||||||
|
## Power management
|
||||||
|
|
||||||
|
HyperKit sends an ACPI power event when it receives SIGTERM to allow the VM to
|
||||||
|
shut down properly. The VM has to be able to receive ACPI events to initiate the
|
||||||
|
shutdown. This is provided by the [`acpid` package](../pkg/acpid). An example
|
||||||
|
is available in the [Docker for Mac blueprint](../blueprints/docker-for-mac/base.yml).
|
||||||
|
|
||||||
## Networking
|
## Networking
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user