dockerCacheImages property

List<String>? dockerCacheImages
getter/setter pair

The Compute Engine Disk Images to use as a Docker cache.

The disks will be mounted into the Docker folder in a way that the images present in the cache will not need to be pulled. The digests of the cached images must match those of the tags used or the latest version will still be pulled. The root directory of the ext4 image must contain image and overlay2 directories copied from the Docker directory of a VM where the desired Docker images have already been pulled. Any images pulled that are not cached will be stored on the first cache disk instead of the boot disk. Only a single image is supported.

Implementation

core.List<core.String>? dockerCacheImages;