This message was deleted.
# rancher-desktop
a
This message was deleted.
s
false alarm figured out json issue
q
Hi. How did you install the custom daemon.json?
I tried adding
Copy code
provision:
  - 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
Copy code
$ rdctl shell -- cat /etc/docker/daemon.json
{
  "features": {
    "containerd-snapshotter": false
  }
}
s
i manually installed it using the rdctl into the running vm. it is very sensitive to json spacing and syntax in my case originally i had mistyped it