Derek McGowan
Derek McGowan
We should restore it, I thought it was my typo when I saw it as `DOCKER_DRIVER` and not `DOCKER_GRAPHDRIVER`, it should be safe to just use that env to set...
Rather than exposing the entire config object, are there specific keys that are needed and could be considered as requested? Seems like this used to do something really bad (were...
Can you add this `github.com/containerd/containerd/v2/pkg/nlwrap` under `internal` rather than `pkg`. Is there an expected release for the netlink package? We are getting close to our own next release and prefer...
> can this pr be merged ? @dmcgowan Were you able to figure out whether there will be a tag soon for this? Can we test this change along with...
> FATA[0000] spec does not contain Linux or Windows section I had to make a similar change to get ctr working since by default it was generating an invalid configuration...
I'm seeing the VM boot up, I've never tested the binary log drivers though so that is likely buggy
This is a common situation today in the pull->tag->push flow. By default pull+unpack is optimizing for running a container on the current platform and will skip unneeded content (whether because...
> Also I'm concerned about the rwlayer.Unmount() which is not done now on errors, but I really > don't know the implications. Unmount should be called regardless of error after...
> This means that when releasing the layer it will try to unmount it? So, calling unmount is not required? No, releasing the layer will not always unmount it. The...