Arik Cohen

Results 43 comments of Arik Cohen

No problem at all. I really appreciate all your hard work. And thanks again for this wonderful viewer!

Thanks, seems to be running into a new error when using the latest (0.4.4) version:

Some progress. Realized I have to first `pull` the image but: ``` sudo go run main.go pull --image ubuntu:20.04 2023/08/20 21:41:46 fatal Failed to pull image. Error received: Error initializing...

@johnyrose thanks for looking into this. Yes, Alpine seems to work fine. I'll use that for now.

@infosec-cyber that's true. There's no mechanism to do that at the moment. Only disabling. But I can add that.

The remove/delete part is done: https://github.com/runabol/tork/pull/489

Any chance to get support for `AWS_EC2_METADATA_SERVICE_ENDPOINT` ?

Tork is definitely designed to support different runtime environments. See https://www.tork.run/runtime My main concern with wasmtime is that it's written in Rust and requires CGO to make it work which...

No actually you bring a great point. No reason we couldn’t run it as an external process as in the case with Docker and Podman. In the Docker runtime I...

Yep, your experience with wasmtime is very similar to what I've seen with the docker sdk integration: mismatch between client and server versions, verbose API, and breaking changes between versions....