Ahh I see one of the images is for klipper so this is k3s
In that case - k3s uses containerd not docker so the docker command won't work. K3s has a couple of commands built in that can help such as
crictl
so instead of
docker image ls
use
k3s crictl image ls
π 1
π 1
π 1
c
careful-article-61190
07/11/2023, 5:00 PM
@bulky-sunset-52084 Let me try and I let you know. Thank you.
careful-article-61190
07/11/2023, 5:06 PM
@bulky-sunset-52084 Awesome it worked. thank you so much. Now i will just find remove command for this images.