I've switched to containerd in a k8s cluster.
There's 2 pods running on one node, 2 github runners.
I used to check on a host what containers were running with "docker container ls" but how to check this when containerd is used?
sudo ctr container ls
comes back with nothing