-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows support #49
Comments
thanks, @jsturtevant !!! |
This is the PR that enables can import the test image to windows (microsoft/hcsshim#1688) |
When parsing the runtime spec in runwasi it fails, tracking in youki-dev/oci-spec-rs#126 |
@jsturtevant this is great work, man |
To add to the TODO list, enable this test on Windows. |
@jsturtevant Hi, I am working on creating a wasm container on a Windows node using runwasi. |
@liangchenghao1 Thanks for the interest, I've been side tracked with other work but I've updated the todo, list with the last items. remaining. |
Currently we cannot use this project on Windows. This is an umbrella issue to track Windows support. There may be more items added as the work progresses.
The project doesn't currently build:it builds since #238 🎉At a minimum the following tasks need to be completed:
buildand run test image on windowsImport base layer images microsoft/hcsshim#1688refactor the cgroup setup to run only on Windowsour cgroup support was removed feat: remove cgroups implementation #221runwasi/crates/containerd-shim-wasm/src/sandbox/manager.rs
Line 207 in 514235e
The text was updated successfully, but these errors were encountered: