James Sturtevant
James Sturtevant
Since we use the c-api we need https://github.com/bytecodealliance/wasmtime/issues/8036.
Yes, the project could begin to consume those. Its does need a refresh to pick up the latest wasmtime versions
https://github.com/containerd/rust-extensions/actions/runs/6329201731/job/17192981485
I don't believe anyone is working on it right now, if you are interested in picking it up.
I've got this working and will submit a PR soon
I took a quick look and it would be doable but would require some work, there are assumption that this would run on linux like (there are probably more): https://github.com/containerd/nerdctl/blob/06f3a7c8913abfae11095ee0ebbba0f013cc3f6f/exec.go#L229...
I got started on this. Will likely want to break this down into many different PRs
Got it to build and connect 🚀 ``` PS C:\projects\nerdctl\_output> .\nerdctl.exe ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES multi-arch k8s.gcr.io/pause:3.4.1 "/pause.exe" 3 days ago Created multi-arch2 k8s.gcr.io/pause:3.4.1...
I was able to get `nerdctl run` to work! But I did run into issues running multi-arch docker manifests (https://github.com/containerd/containerd/issues/5297) which should be resolved by https://github.com/containerd/containerd/pull/5298. ``` .\nerdctl.exe run --name...
should we close this? I've opened a few other issues to track the next steps in windows support, otherwise this could be used as an epic?