Efficient Docker build and cache re-use with SSH Docker daemon
Working with Docker for 8+ years I’ve seen many teams struggling with build process optimization – mostly around CI config for efficient cache re-use. I was surprised very little literature mention that a Docker daemon can be configured as a remotely available server, allowing for a de-facto secure remote cache and build engine. I’ve been…