cache_from

cache_from

作为docker引擎缓存方案的一系列镜像。

 build:
   context: .
   cache_from:
     - alpine:latest
     - corp/web_app:3.14

Last updated