-
As mentioned in [Containerd 1.1.0 release notes](https://github.com/containerd/containerd/releases/tag/v1.1.0), I tried to run `runv`, but it doesn't work.
Is there any example or it is tested for …
-
Since grabbing the latest version (rc4), I now get this output when trying to create a machine ...
> PS C:> docker-machine create default -d virtualbox
> Creating CA: C:\Users\Dan\.docker\machine\cer…
-
We made some performance optimization recently.
Can you try cri-containerd HEAD and update the data?
@kunalkushwaha
-
Sandbox is created successfully but `RunPodSandBox() ` fails with below error.
I tried separately with [sample code](https://gist.github.com/kunalkushwaha/8d0fffa2ffb80e2120e87abbfef5926f#file-cri…
-
docker-compose works fine but libcompose-cli could't connect to docker daemon.
Is there any environment variable need to be set?
```
WARN[0000] Note: This is an experimental alternate implementation …
-
For the non-tty callers `buildctl build` should show the event stream and logs. The data should already be available, just needs to be formatted properly.
-
Recently, I was study the source code of the containerd v1.0.0
I cannot find the command for generating
https://github.com/containerd/containerd/blob/master/protobuf/plugin/fieldpath.pb.go
-
Right now, there is only a single case for snapshot drivers and a lot of described behavior in the snapshotter. Test cases are defined in https://github.com/docker/containerd/blob/master/snapshot/snap…
-
This are good to keep code consistent on clean. We did this early on with SwarmKit and it yielded a solid code base. No reason we can't go forward with it here.
Please see https://github.com/docker…
-
By ``containerd.IO`` I mean [``io.go``](https://github.com/containerd/containerd/blob/master/io.go), [``io_unix.go``](https://github.com/containerd/containerd/blob/master/io_unix.go) & [``io_windows.…