Closed modem7 closed 1 year ago
Is it possible to also include docker buildx in the GC?
As buildkit and buildx are becoming more popular, the standard way of removing images (for example: docker image prune -af) doesn't work.
docker image prune -af
To remove these images, you'd need to do the buildx equivalent of the above: docker buildx prune -af or docker system prune -af
docker buildx prune -af
docker system prune -af
Thanks!
Is it possible to also include docker buildx in the GC?
As buildkit and buildx are becoming more popular, the standard way of removing images (for example:
docker image prune -af
) doesn't work.To remove these images, you'd need to do the buildx equivalent of the above:
docker buildx prune -af
ordocker system prune -af
Thanks!