Closed coollog closed 6 years ago
Is the cache layer location configurable? Can we potentially share a cache with a docker daemon? Or at least share a cache between all a user's projects on a single machine?
Yea, the cache location will be configurable. From looking around, it seems inpractical to share the cache with a Docker daemon since at least on macOS, the Docker daemon stores all its images in one large file at ~/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux/Docker.qcow2
. However, it is feasible to share a cache between all a user's projects on a single machine.
Part of #52