Jorge Prendes
Jorge Prendes
That's great! Particularly, as libseccomp is LGPL licensed. I know `runc` adds the `libseecomp` tarbal to their release due to static builds (see [here](https://github.com/opencontainers/runc/releases)), something we don't currently do.
You are 100% correct. Youki is setting the network namespace, but for some reason it's not taking effect. It might be related to what point in the container lifecycle the...
Definitely! PR's are welcome! You can find pre-built artifacts in the 'demo' branch.
I observe a problem win chrome when running without the devtools open. I can't reproduce in Firefox. @GGIEnrike, are you running Chrom(ium)? Does it work if you open the dev-tools...
Closing this issue since as I believe this is now fixed. Feel free to reopen it if that's not the case.
What OS and shell are you using? Is the bash command in you system actually running bash? Or some other shell?
If you are using `containerd` through `docker` you can follow this guide: https://docs.docker.com/engine/alternative-runtimes/#youki
IIUC `PKG_CONFIG` is never set since `xx-cargo` is probing for `aarch64-unknown-linux-gnu-pkg-config` instead of `aarch64-linux-gnu-pkg-config`
Hi @jcbhmr , Thank you for the detail analisys! I'll try to explain how emception works: The reddit comment is correct. But since then a few things changed: * Emception...
First, the patch. Under some circumstances `clang` will create a subprocess. This is not great for WebAssembly. The patch removing the `if (!InProcess)` check will prevent that behaviour. I don't...