这是当前Docker配置
docker info
Client: Docker Engine - Community
Version: 26.0.0
Context: default
Debug Mode: false
Plugins:
buildx: Docker Buildx (Docker Inc.)
Version: v0.13.1
Path: /usr/libexec/docker/cli-plugins/docker-buildx
compose: Docker Compose (Docker Inc.)
Version: v2.29.2
Path: /usr/libexec/docker/cli-plugins/docker-compose
Server:
Containers: 3
Running: 3
Paused: 0
Stopped: 0
Images: 4
Server Version: 26.0.0
Storage Driver: overlay2
Backing Filesystem: btrfs
Supports d_type: true
Using metacopy: false
Native Overlay Diff: true
userxattr: false
Logging Driver: json-file
Cgroup Driver: systemd
Cgroup Version: 2
Plugins:
Volume: local
Network: bridge host ipvlan macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
Swarm: inactive
Runtimes: io.containerd.runc.v2 runc
Default Runtime: runc
Init Binary: docker-init
containerd version: e377cd56a71523140ca6ae87e30244719194a521
runc version: v1.1.12-0-g51d5e94
init version: de40ad0
Security Options:
apparmor
seccomp
Profile: builtin
cgroupns
Kernel Version: 6.12.18-trim
Operating System: Debian GNU/Linux 12 (bookworm)
OSType: linux
Architecture: x86_64
CPUs: 4
Total Memory: 7.669GiB
Name: qyg2297248353
ID: ecf673d4-deda-4d2c-b91c-dba6dcc4369e
Docker Root Dir: /vol1/docker
Debug Mode: false
Experimental: false
Insecure Registries:
127.0.0.1:19827
127.0.0.0/8
Registry Mirrors:
https://docker.1ms.run/
https://docker.1panel.live/
https://hub.rat.dev/
https://hub1.nat.tf/
https://registry.hub.docker.com/
https://docker.fnnas.com/
Live Restore Enabled: true
这是 /etc/docker/daemon.json
{
"data-root": "/vol1/docker",
"insecure-registries": [
"127.0.0.1:19827"
],
"live-restore": true,
"log-driver": "json-file",
"log-opts": {
"max-file": "5",
"max-size": "100m"
},
"proxies": {},
"registry-mirrors": [
"https://docker.1ms.run",
"https://docker.1panel.live",
"https://hub.rat.dev",
"https://hub1.nat.tf",
"https://registry.hub.docker.com",
"https://docker.fnnas.com"
]
}
默认结果是空的,搜索也是空的

当前版本 0.9.11
