adamant-kite-43734
10/04/2024, 7:46 PMsparse-horse-67499
10/04/2024, 9:13 PMquaint-memory-32205
10/18/2024, 11:41 AMquaint-memory-32205
10/18/2024, 11:48 AMprovision:
- mode: system
script: |
#!/bin/sh
set -eux
cat <<'EOF' > /etc/docker/daemon.json
{
"registry-mirrors": [
"<https://docker.registry.cache.com>",
"<https://registry-1.docker.io>",
"<https://quay.io>"
]
}
EOF
to ~/Library/Application\ Support/rancher-desktop/lima/_config/override.yaml
but when I check I get
$ rdctl shell -- cat /etc/docker/daemon.json
{
"features": {
"containerd-snapshotter": false
}
}
sparse-horse-67499
10/18/2024, 5:09 PM