While experimenting with Docker builds, sometimes you will run out of disk space although you started with plenty. It turns out that the build stages are cached.
To clean up your build cache, run
$ docker builder pruneReferences
While experimenting with Docker builds, sometimes you will run out of disk space although you started with plenty. It turns out that the build stages are cached.
To clean up your build cache, run
$ docker builder pruneReferences