diff --git a/docs/platform-gcp.md b/docs/platform-gcp.md index 29cee34e1..29d102991 100644 --- a/docs/platform-gcp.md +++ b/docs/platform-gcp.md @@ -75,3 +75,14 @@ the serial port. ``` linuxkit run gcp -project myproject-1234 myprefix ``` + +## Nested Virtualization + +Google Cloud offers [Nested +Virtualization](https://cloud.google.com/compute/docs/instances/enable-nested-virtualization-vm-instances) +as a beta feature. `linuxkit` supports this by pushing the image with +`linuxkit push gcp -nested-virt ` and `linuxkit run gcp +-nested-virt `. The `push` sets the appropriate license +on the image while the `run` argument ensures that the CPU is at least +Haswell or newer. +