Marshalzxy
Marshalzxy
@[egernst](https://github.com/egernst) @[bergwolf](https://github.com/bergwolf) Could you please review this patch?
@tiezhuoyu Have you added CI job for vmcache?
> I am not quite sure but _maybe_ this mount is not needed if `config.Rootfs` is already a mount point. > > If the above is true, we can make...
> > i think maybe we can do some optimize this step. > > This is what the above patch does. I am not convinced though whether we should have...
> > It's indeed more complicated. At lease we should add some comments above > > return mount(config.Rootfs, config.Rootfs, "", "bind", unix.MS_BIND|unix.MS_REC, "") > > To explaint under some circumstances...
> I think it should be one tttrpc connection to one shimv2 proccess , no matter there so many containers under the same shimv2 proccess Great!
count still has no effect. Even I delete count field in required_instructions,the rule file still works. I test in version 0.3.3.
> To be clear; I'm not strictly _against_ changes for this., and I agree that it's not very intuitive that this option is not shown in `inspect`, but we should...
@alabulei1 Can https://github.com/alphahorizonio/tinynet solve you problems?
Why libnetwork use os.Interrupt signal try to kill docker-proxy? Is there any special purpose?