docs: Add a note on nested virt on GCP

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2018-01-17 18:00:41 +00:00
parent 0470dc89a8
commit 7e03dadf2f

View File

@ -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 <other options>` and `linuxkit run gcp
-nested-virt <other options>`. The `push` sets the appropriate license
on the image while the `run` argument ensures that the CPU is at least
Haswell or newer.