I only have containerd installed, I'm using it for my k8s container runtime. I'm trying to clean up things. What might be the equivalent of the ff docker commands in containerd:
sudo docker rm -vf $(docker ps -a -q)
sudo docker rmi -f $(docker images -a -q)