Replies: 2 comments
-
This looks like a connection problem. You can do |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am going to run containerd with a private harbor registry, I follow the instructions in the document and edit my config files as follows
And add this config in
/etc/containerd/config.tomlAs a result, I success to pull a image by cmd
ctr i pull --hosts-dir "/etc/containerd/certs.d" registry.localharbor.com/library/nginx:latestbut cmd
ctr i pull registry.localharbor.com/library/nginx:latestis failedcontainerd version: v1.6.9
Beta Was this translation helpful? Give feedback.
All reactions