docker 1.13.1 启动container 问题 [root@openfalcon_transfer1 harbor]# docker run -it --name test busybox /usr/bin/docker-current: Error response from daemon: error creating overlay mount to /var/lib/docker/overlay2/29ae348b9e2e18d92930577ecba99fafbc4a4321
原始镜像如下: REPOSITORY TAG IMAGE ID CREATED SIZE xtjatswc/mycore2 v3 73ce3cd97c01 About an hour ago .74GB xtjatswc/mycore latest 73ce3cd97c01 About an hour ago .74GB microsoft/dotnet latest 521411f3b61d days ago .73GB 用docker tag 命令修改镜像REPOSITORY.TAG后,如下
问题报错: Error starting daemon: Error initializing network controller: list bridge addresses failed: no available network 原因:因为没有网桥,导致docker无法启动 ]# ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/lo
重新docker服务报错如下: systemctl restart docker.service Cannot connect to the Docker datemon at tcp://0.0.0.0:2375 is the docker daemon runing? 还有其他报错信息,解决方案大致相同,网上很多是说修改daemon.json,改成国内docker源,但是却没什么用,出现这种错误,docker卸载都卸载不了,当时郁闷的一批,只能重启下网卡, 然后把docker文件全部干掉,这