How can I remove my cached docker layers? – CircleCI Support ...
support.circleci.com › hc › en-usJul 09, 2021 · How can I remove my cached docker layers? Running docker images --no-trunc --format ' { {.ID}}' | xargs docker rmi or docker volume prune -f will delete all of the images and their layers from the volume connected to your job. Because of how DLC works you might need to leave this command in your config and run several jobs to remove the DLC layers from all volumes associated with your project.