mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
docs: Add a note on nested virt on GCP
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
0470dc89a8
commit
7e03dadf2f
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user