- 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.
复制代码
wpkj@2020 发表于 2020-5-9 09:29
请问一下你是在debian下安装docker
lian 发表于 2020-5-9 09:42
是的,有什么办法吗
wpkj@2020 发表于 2020-5-9 14:38
请问一下,你是怎样配置docker环境的?有教程吗
lian 发表于 2020-5-11 13:53
docker官网https://docs.docker.com/engine/install/debian/
欢迎光临 Toybrick (https://t.rock-chips.com/) | Powered by Discuz! X3.3 |