If /etc/apk/cache exists, use it when creating the VM. This prevents downloading the same packages over and over and lowers network traffic when installing multiple VMs.
It also makes an offline setup possible by using apk fetch to preload all required packages.
If
/etc/apk/cache
exists, use it when creating the VM. This prevents downloading the same packages over and over and lowers network traffic when installing multiple VMs.It also makes an offline setup possible by using
apk fetch
to preload all required packages.Verified by:
export APK_OPTS="--no-network"