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
Asked
Active
Viewed 1.2k times
2 Answers
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