containerd / containerd/nerdctl

Add Windows Hyperv support

Open
#519 3 comments 3 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.