修改 /etc/docker/daemon.json

 1{
 2  "registry-mirrors": [
 3    "https://docker.1ms.run",
 4    "https://docker.m.daocloud.io"
 5  ],
 6  "insecure-registries": [
 7    "https://docker.1ms.run",
 8    "https://docker.m.daocloud.io"
 9  ],
10  "ipv6": true,
11  "fixed-cidr-v6": "fd00:db8:1::/64",
12  "bip": "172.16.0.1/24",
13  "default-address-pools": [
14    {
15      "base": "172.16.0.0/16",
16      "size": 24
17    },
18    {
19      "base": "fd07:b51a:cc66:d000::/56",
20      "size": 64
21    }
22  ]
23}