creamy-dog-31655
04/30/2025, 9:58 AM%LOCALAPPDATA%\rancher-desktop\provisioning\insecure-registry.start
will allow nerdctl
to use insecure registries by default:
#!/bin/sh
mkdir -p /etc/nerdctl
cat > /etc/nerdctl/nerdctl.toml <<EOF
insecure_registry = true
EOF
but after adding this also getting same above certificate issue
Please help to resolve this issue, its quite urgent
Thank you in advancewide-mechanic-33041
04/30/2025, 10:59 AMcreamy-dog-31655
05/02/2025, 6:52 AMwide-mechanic-33041
05/02/2025, 11:07 AM--insecure-registry=true
on the nerdctl call or is that pull coming from k8s?