Troubleshooting
failed to solve: failed to compute cache key: failed to calculate checksum of ref moby…
- Clear the Docker build cache:
docker builder prune -a --forceERROR: Pool overlaps with other one on this address space when starting…
- Remove all Docker unused networks:
docker network rm $(docker network ls -q)or
docker network pruneError response from daemon: client version 1.42 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version
- Update
daemon.json:
sudo vim /etc/docker/daemon.json{ ... "min-api-version": "1.32"}sudo systemctl restart docker