Open tangcong opened 5 years ago
minikube ssh sudo mkdir -p /etc/docker sudo tee /etc/docker/daemon.json <<-'EOF' { "registry-mirrors": ["xxx"] } EOF sudo systemctl daemon-reload sudo systemctl restart docker
Minikube start --registry-mirror strings Registry mirrors to pass to the Docker daemon