4

I am using crictl pull to pull images, but it hangs at PullImageRequest. I want to know what is happenning, so Where is logs files of containerd, not logs of containers running but logs of containerd itself

Mohammad Ravanbakhsh
  • 2,244
  • 1
  • 15
  • 26
User007
  • 771
  • 1
  • 8
  • 12

2 Answers2

7

containerd is running as a service of Linux, so you can check its logs with journalctl -u containerd.

Daigo
  • 815
  • 1
  • 5
  • 16
6

Also in Containerd (as CRI) you can find containers log in /var/log/pods/ path.

Mohammad Ravanbakhsh
  • 2,244
  • 1
  • 15
  • 26