containerd / containerd/nerdctl
Add Windows Hyperv support
Open
enhancement
platform/Windows/Non-WSL2
- Dominant language
- Go
- Stars
- 10.4k
- Forks
- 826
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 44
Description
Add the correct fields to the spec at https://github.com/containerd/nerdctl/blob/f316402913c4239a2388b7467bcffc9735dd8327/cmd/nerdctl/run_windows.go#L42
Something like:
```
isolation := cmd.Flags().GetString("isolation")
if isolation == "hyperv" {
opts = append(opts, oci.WithWindowsHyperV)
}
```
See https://docs.docker.com/engine/reference/commandline/run/#specify-isolation-technology-for-container---isolation
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.