Replies: 2 comments 6 replies
-
Hi. I was able to reproduce your example above. Try this instead:
|
Beta Was this translation helpful? Give feedback.
2 replies
-
@mxpv |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm trying to use the grpc bindings from
containerd-client
.And when I try to list containers in the namespace
moby
(I also tried with other namespaces I've created), I get an error about the namespace missing.Here is a sample of my code:
Here is the tonic Request sended to containerd:
I have this error:
Versions
Here is my version of containerd (at least I can get this information from containerd):
VersionResponse { version: "1.6.21", revision: "3dce8eb055cbb6872793272b4f20ed16117344f8" }
And here is my dependencies from
Cargo.toml
Maybe I did something wrong somewhere, but I can't see where.
Hoping you could enlighten me.
Beta Was this translation helpful? Give feedback.
All reactions