|
因为之前docker就报错
- docker: Error response from daemon: failed to create endpoint goofy_solomon on network bridge: failed to add the host (veth91d8533) <=> sandbox (veth9987ad1) pair interfaces: operation not supported.
- ERRO[0000] error waiting for container: context canceled
找资料是说内核缺少overlay模块,于是重新编译内核,并在config中添加CONFIG_OVERLAY_FS=y,编译后运行
- sudo docker run hello-world
仍然报错
- docker: Error response from daemon: failed to create endpoint goofy_solomon on network bridge: failed to add the host (veth91d8533) <=> sandbox (veth9987ad1) pair interfaces: operation not supported.
- ERRO[0000] error waiting for container: context canceled
docker info显示
- Client:
- Debug Mode: false
- Server:
- Containers: 1
- Running: 0
- Paused: 0
- Stopped: 1
- Images: 1
- Server Version: 19.03.8
- Storage Driver: overlay
- Backing Filesystem: <unknown>
- Supports d_type: true
- Logging Driver: json-file
- Cgroup Driver: cgroupfs
- Plugins:
- Volume: local
- Network: bridge host ipvlan macvlan null overlay
- Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
- Swarm: inactive
- Runtimes: runc
- Default Runtime: runc
- Init Binary: docker-init
- containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429
- runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
- init version: fec3683
- Security Options:
- seccomp
- Profile: default
- Kernel Version: 4.4.189
- Operating System: Debian GNU/Linux 10 (buster)
- OSType: linux
- Architecture: aarch64
- CPUs: 6
- Total Memory: 3.754GiB
- Name: debian10.toybrick
- ID: DGV5:SNSY:H43W:LMM7:4FHR:LSKI:ALHC:CIYM:KHV6:IMUZ:YQHT:MZUV
- Docker Root Dir: /var/lib/docker
- Debug Mode: false
- Registry: https://index.docker.io/v1/
- Labels:
- Experimental: false
- Insecure Registries:
- 127.0.0.0/8
- Registry Mirrors:
- https://docker.mirrors.ustc.edu.cn/
- Live Restore Enabled: false
- WARNING: No memory limit support
- WARNING: No swap limit support
- WARNING: No kernel memory limit support
- WARNING: No kernel memory TCP limit support
- WARNING: No oom kill disable support
- WARNING: bridge-nf-call-iptables is disabled
- WARNING: bridge-nf-call-ip6tables is disabled
- WARNING: the overlay storage-driver is deprecated, and will be removed in a future release.
请问有大神遇到这个问题?能不能指教一下,非常感谢
|
|