Setting Docker Image Caching
How to Enable and Configure Image Caching on an Instance
Prerequisite
Instructions
1. Edit the Docker configuration file
$nano /etc/docker/daemon.json{
"registry-mirror": "https://registry-cache.nipa.cloud"
}2. Restart the Docker service
3. Verify the configuration
Last updated

