Can I configure Docker to manage resources in containerd's "k8s.io" namespace?

Solution 1:

I don't think you'll be able to get the Docker CLI to do that as it's not aware of containerd namespaces.

However there's a tool which provides docker CLI like features for containerd, which is nerdctl, and that could be a good option to explore for this.