J Logan

Results 13 comments of J Logan

this is what I am using and it doesn't work for me with wasmtimed. It works ok for wasmtime. ``` apiVersion: node.k8s.io/v1 kind: RuntimeClass metadata: name: wasm labels: app: wasi-job-demo...

> How did you install it? It looks like there are some issues with the installation. When I was playing with it back in July I set up the attached...

Cool. LMK if there's anything you'd like me to check out on my system. Just using this to build the image: ```bash docker buildx build --platform linux/amd64,linux/arm64 --build-arg SHIM=${shim} --ssh...

@jprendes just checking in on this, any thoughts on why connecting to the shared-mode daemon doesn't work?

Hi, I'm one of the developers on the team that maintains the https://github.com/apple/containerization and https://github.com/apple/container projects. We've done some work on a backend provider for `kind` because many users rely...

Regarding the implementation, there were some comments Ben made from our prior discussion that I'll bring over to save a little effort 😄 * `kind load docker-image` - there are...

> The default kernel does not fully support IPv6, and kind doesn't recognize the error yet, but otherwise it works! If that kata kernel had a couple IPv6 netfilter options...

By way of alternatives, what we do today is create a repository clone script that fetches a repo and checks out a branch: ``` #! /bin/bash -ex if [ !...

I realized that I made the unfortunate mistake of confusing a [devcontainer feature](https://github.com/devcontainers/features) with a "new feature for the dev container CLI". What I suggested is for the former, sorry...

I added a log message [here](https://github.com/devcontainers/cli/blob/main/src/spec-configuration/containerCollectionsOCI.ts#L302) and installed the modified `devContainersSpecCLI.js`, and I now see the self-signed cert error below. My OS certificate configuration includes this trusted root, and when...