Mats Brorsson

Results 53 comments of Mats Brorsson

Thanks @tschneidereit , but how do I replace the dependency on `ring` or `tokio-rustls` as they are not top-level dependencies?

I managed to resolve the issue for me. I updated the dependency in `spin/crates/trigger-http/Cargo.toml` of `tokio-rustls` to version 0.24.1. That was enough to push ring to version 0.17.8 without breaking...

Thank you @kate-goldenring ! I did not know how to use `containerd` properly. This indeed works. So the issue should be in docker and how it calls containerd. Since the...

Here is the log from when starting the following command: ``` docker run --runtime=io.containerd.spin.v2 --platform=wasm -p 3000:80 matsbror/docker-wasm:spin-0.1 / ``` [docker.log](https://github.com/spinkube/containerd-shim-spin/files/15474679/docker.log) I do not really know what to look for...

I failed pulling this image: ``` $ sudo ctr image pull ttl.sh/spin-yoyo-app:48h ctr: rpc error: code = NotFound desc = failed to resolve image: ttl.sh/spin-yoyo-app:48h: not found ``` But I...

Thanks, but I am not using docker desktop. I installed the docker engine manually and built it from source. I will give your suggestion with k3s a try.

> Then try `ctr` again: > > ```shell > sudo ctr image pull ttl.sh/spin-wasm-app:48h > sudo ctr run --rm --net-host --runtime io.containerd.spin.v2 ttl.sh/spin-wasm-app:48h myapp bogus-arg > # output should look...

@kate-golcontainerdenring it does work when I stop k3s agent service. But k3s (and nothing else) does not listen to port 80 according to netstat, so I do not understand why...

@kate-goldenring an update on my part here. I have verified that I can run wasm images directly using containerd (both the bundled with k3s and the latest running as a...

Thanks! Configuration of containerd is right, it ends with: ``` [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.spin] runtime_type = "io.containerd.spin.v2" ``` I get no more information than before with the debug information of the shim so...