13

If I had just containerd installed on a Linux system (i.e. Docker is not installed), how do I remove unused container images to save disk space?

Docker has that handy docker system prune command, but I can't find anything similar with ctr or 3rd party tooling.

muffel
  • 7,004
  • 8
  • 57
  • 98

1 Answers1

20

This is probably what you want:

crictl rmi --prune