安装docker后第一次执行sudo docker run hello-world,出现如下报警。

root@renesas:~# sudo docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
256ab8fe8778: Pull complete
Digest: sha256:49a1c8800c94df04e9658809b006fd8a686cab8028d33cfba2cc049724254202
Status: Downloaded newer image for hello-world:latest
docker: Error response from daemon: failed to create endpoint vigorous_euclid on network bridge: failed to add the host (veth44c53e5) <=> sandbox (veth46a40dd) pair interfaces: operation not supported.
ERRO[0017] error waiting for container: context canceled

  一般Google的结果,大多是让你去升级内核,但是这个是很扯淡的,毕竟嵌入式不能随便更换内核。
  这个错误的引起原因是由于VETH虚拟网桥没有配置导致的,可以进行如下操作。

1、首先,回到你的内核源码目录,执行

make menuconfig

2、打开配置界面后,找到device drivers选项。



  按 Y,将virtual ethernet pair device选中,之后save保存
3、编译内核后重新移植就可以了。

  如果还是不行的话,建议你检查一下menuconfig下的这个配置

 -> Device Drivers-> Network device support (NETDEVICES [=y])-> Network core driver support (NET_CORE [=y])

  这两个选项一定也要选中

菜鸟笔记--docker: Error response from daemon: failed to create endpoint vigorous_euclid on network......相关推荐

  1. docker 网络 不好用 docker: Error response from daemon: failed to create endpoint jovial_wing on network b

    启动容器时,有可能会遇到如下问题,比如启动redis容器: sudo docker run -d -p 6379:6379 --name redis redis:latest Linux代码 dock ...

  2. docker: Error response from daemon: driver failed programming external connectivity

    docker: Error response from daemon: driver failed programming external connectivity 解决方案 (重新启动docker ...

  3. docker: Error response from daemon: driver failed programming external connectivity on endpoint

    错误现象 => 启动 rancher server 时出现网络故障,如下: docker: Error response from daemon: driver failed programmi ...

  4. docker: Error response from daemon: driver failed programming external connectivity on endpoint yout

    启动容器报错: docker: Error response from daemon: driver failed programming external connectivity on endpo ...

  5. 创建docker容器时出现 docker: Error response from daemon, The container name is already in use by container

    问题: 服务器关机后,重新启动,然后启动docker container的时候,出现报错"docker: Error response from daemon, The container ...

  6. Debug docker: docker: Error response from daemon: could not select device driver ““ with capabilitie

    报错信息 docker: Error response from daemon: could not select device driver "" with capabiliti ...

  7. Unable to find image ‘XXX‘ locally docker: Error response from daemon: pull access denied for

    error message Unable to find image 'redis.conf-v:latest' locally docker: Error response from daemon: ...

  8. docker: Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: TLS handshake ti

    docker: Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: TLS handshake ti ...

  9. docker:报错docker: Error response from daemon: Mounts denied:

    运行 docker run --name zymongo -v /data/db:/mymongo/db -p 27017:27017 -d mongo:4.0 的时候报错如图: docker: Er ...

最新文章

  1. 刷新三项世界纪录的跨镜追踪(ReID)技术是怎样实现的?进来了解一下
  2. Spring Boot 获取 Bean 的 3 种方式!还有谁不会?
  3. LeetCode----13. 罗马数字转整数
  4. (四)数据结构之“队列”
  5. UITableView 点击选中改变字体颜色并记录
  6. 黑客大佬:我是如何让50个文件一起骗过AI安防系统的?
  7. python开发【基础二】
  8. Qt文档阅读笔记-Qt Core的官方解析
  9. 做自己的二维码设计大神
  10. 华为智慧屏云会议怎么操作_像玩手机一样玩转车机,华为智选车载智慧屏是怎么做到的?...
  11. c语言给定n个矩形及其长和宽,七年级数学秋季学期期末考试试题
  12. 滤镜之瓷砖TileReflect
  13. Firefox上IETab插件造成的一个问题
  14. 傻瓜教学——什么是字符串?字符串有哪些概念?
  15. PyQt5实时汇率查询
  16. Pycharm:注释、删除所有注释
  17. 什么是建筑中的“光储直柔”
  18. 【天线基础-天线原理、定义和分类】
  19. ajax同步的使用创场景,Ajax的同步调用场景——使用同步Ajax在 onunload 事件时通知服务器...
  20. win7的无线网络服务如何启动

热门文章

  1. 大云-L0-网络基础(二、三层)
  2. android添加或修改默认来电、短信、闹钟、提示音铃声
  3. favicon.ico使用方式
  4. 80核处理器_Ampere Altra处理器未来发展规划公布,Altra Max?将扩展到128核
  5. Out of Distribution(OoD)检测相关方法综述
  6. MySQL数据库高可用HA实现
  7. python中字典元素以键信息为索引访问_Python 字典操作
  8. BZOJ5308 ZJOI2018胖
  9. 一个比较漂亮的计算器
  10. [高可用系列|keepalived]Keepalived详解