lxd: delete all images
Delete all images which contain build-cache
in their name:
lxc image list -c l --format csv | grep build-cache | xargs -I % lxc image delete %
Delete all images which contain build-cache
in their name:
lxc image list -c l --format csv | grep build-cache | xargs -I % lxc image delete %