0

I imported an image by using ctr image import alpine.tar but I use ctr images ls return is empty

1

first i use skopeo copy docker://docker.io/library/alpine:latest docker-archive:alpine.tar to get the tar

I wish I could import this image into containerd

vimuth
  • 5,064
  • 33
  • 79
  • 116
Tovi
  • 1
  • 1
  • Does ti show up when using the crictl command? Example: crictl -r unix:///run/containerd/containerd.sock images – joat Feb 25 '23 at 23:11
  • Also, have you looked in all of the namepaces. You can list them via: "ctr namespaces list". Try running: "ctr -n k8s.io images ls|grep TheImageName". – joat Feb 26 '23 at 01:50
  • Looks like there is something wrong with the tar I typed out – Tovi Mar 01 '23 at 07:55

0 Answers0