- outline
Building docker image on Local machine is quite difficult due to docker cache. Using below command, you can clear docker cache on Local machine.
- how-to
docker builder prune
- reference
https://docs.docker.com/engine/reference/commandline/builder_prune/