Description
do:
docker build
docker system prune --all --volumes
docker buildx prune -a -f
docker system df -v
still show build cache with cache type=regular
/etc/docker/daemon.json
{
"data-root": "/mnt/other_disk/docker_store",
"default-address-pools": [
{
"base": "100.100.0.0/12",
"size": 16
}
],
"features": {
"containerd-snapshotter": true
}
}
/etc/containerd/config.toml
disabled_plugins = ["cri"]
root = "/mnt/other_disk/containerd-data"
Description
do:
docker builddocker system prune --all --volumesdocker buildx prune -a -fdocker system df -vstill show build cache with cache type=regular
/etc/docker/daemon.json{ "data-root": "/mnt/other_disk/docker_store", "default-address-pools": [ { "base": "100.100.0.0/12", "size": 16 } ], "features": { "containerd-snapshotter": true } }/etc/containerd/config.toml