Eric Fang

Results 76 comments of Eric Fang

>> And if comment the tests code in tty.rs, the failure message show up again. Just like the failure message is eaten by the tty. > And here is the...

We don't have complete support for foreground at the moment. Fixing will take a bit time.

Haven't had time to work on this, so remove myself from assigned. See if anyone else wants to take it.

> @MoZhonghua I cannot assign you...weird Now it works :)

With regard to storing the kernel and rootfs (VM image), would it make sense to do something similar to docker where we store the image under something like `/var/lib/firecracker/`. Then...

From a usability perspective, image management would be important. To me, firecracker at the moment is similar to runc to containers, instead of docker to containers. If I'm understanding it...

The containerd integration is about running containers inside firecracker VM, conceptually close to what Kata container propose. I agree that firectl is different and it controls the VM directly. Part...

To me, ignite from weave work wraps the firecracker under docker image. It does achieve some of the functionalities we discussed here. With that being said, I feel that wrapping...

I am curious about the same thing. Did oracle shutdown the project? Go is not particularly good dealing with low level elements of the linux system, such as the namespaces....

> It'll be a bit tedious to spwan the process and get its output, but nothing that we haven't done before. Someone mentioned this crate to me. Not sure if...