Docker Hub
hub.docker.com › r › tiangoloMap volume /docker_mirror_cache for up to 32gb of cached images from all registries. Map volume /ca, the proxy will store the CA certificate here across restarts. Env REGISTRIES: space separated list of registries to cache; no need to include Docker Hub, its already there. Env AUTH_REGISTRIES: space separated list of hostname:username:password ...
Cached Docker image? - Stack Overflow
stackoverflow.com › questions › 35398418Docker will contain all those old images in a Cache unless you specifically build them with --no-cache, to clear the cache down you can simply run docker system prune -a -f and it should clear everything down including the cache. Note: this will clear everything down including containers. Show activity on this post.