Linux, Design, Coding etc
Sunday, August 27, 2023
Cleaning up unused container images to reclaim disk space
Below are the commands:
crictl -runtime-endpoint=unix:///run/containerd/containerd.sock rmi --prune -a
One more command for docker:
docker image prune -a
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)