viernes, 9 de mayo de 2025

Let's clean up the Docker build cache

Docker build cache is consuming a lot sometime.

Let's clean up the Docker build cache to free up space:


docker system df
TYPE            TOTAL     ACTIVE    SIZE      RECLAIMABLE
Images          0         0         0B        0B
Containers      0         0         0B        0B
Local Volumes   0         0         0B        0B
Build Cache     200       0         37.73GB   37.73GB

 

docker builder prune -af

No hay comentarios:

Publicar un comentario