zhangwei_cs
zhangwei_cs
### Describe the bug wasmer-go is vendored in my private golang project, for removing unnecessary dependencies, I was trying to build my project with wasmer in cgo static build mode...
Currently runv master can't operate with CNI network plugins, I think we should add some network operation interfaces for runv to make it work with CNI. Interfaces could be like...
I've tried the latest runv after refactored with docker, and failed to start a container. Related information: docker version: docker 1.11.2 with additional internal patches. runv version: 50d2ec7e5ceba4ac48b3dfbedb4ee56dd68329d2 (glog is...
Start a runv container with docker, then `docker exec -ti xxx sh`, after typing `exit` in `sh`, the client side will stuck. I have to use `kill ` to stop...
- Test case: 1. Test runv-containerd with docker daemon 2. start 1000 container, then "docker rm" all - Expected result: All containers are removed and no container is left -...
I've tried your solution and successfully booted a container via cc-runtime + docker, but I have a question, if I started a container with "docker run", then I got a...
With help of newly introduced Overlay FileSystem in `fuse-backend-rs` library, now we can create writable rootfs in Nydus. Implementation of writable rootfs is based on one passthrough FS(as upper layer)...