zhangwei_cs
zhangwei_cs
@sboeuf Thanks for your response! So what's the public interface of cc-runtime for creating a pod with several container? Does it need an extended "config.json" and "bundle" beyond the OCI...
@sboeuf Thanks! I'll find more information in codes, and figure out how to do it :smile:
I'm a little busy on other stuffs, will try to do it once get time :smile:
Sorry, this isn't fixed. Can you re-open this issue? @laijs
I'll try tomorrow :-)
More useful(maybe) information: I print more information of "msg" and "cmd" around "qmp_capabilities" qmp command: ``` time="2017-08-17T20:15:55+08:00" level=debug msg="========> msg: map[QMP:map[version:map[package: qemu:map[micro:0 minor:6 major:2]] capabilities:[]]]" time="2017-08-17T20:15:56+08:00" level=debug msg="========> cmd "{\"execute\":\"qmp_capabilities\"}",...
Weird, I'm using a docker 1.11.2 with additional necessary patches, still can't start. I'm trying to find more useful information
It's weird, I tried to replace all glog with logrus(hlog is also using logrus now), then everything works, if I keep using glog, then the container still can't start. Maybe...
The PR is not ready for merging since it rely heavily on `fuse-backend-rs` changes(see [PR](https://github.com/cloud-hypervisor/fuse-backend-rs/pull/156) ), this PR can be regarded as a simple demo usage of userspace Overlay FS...
> Maybe we should get macOS to pass unit tests as well: https://github.com/dragonflyoss/nydus/actions/runs/7735769409/job/21091979887?pr=1544 > > others LGTM, thanks! Smoke test cases were added and passed.