草庐IT

Mac adb报错daemon not running; starting now at tcp:5037

今天上班,安装测试包准备测试,运行adb时,突然报错如下:daemonnotrunning;startingnowattcp:5037刚开始以为是5037端口被占用,于是想过滤出占用该端口的进程sudolsof-i:5037命令执行后,结果返回为空,什么都没有也就是说5037端口没有被占用,在网上查了一圈都是说5037端口被占用,过滤占用进程,然后kill掉该进程,但是这个决绝办法无法解决我的问题这个时候想关闭adb服务,在重启一下打开服务adbkill-serveradbstart-server结果报错连接到5037端口的守护进程连接被拒绝cannotconnecttodaemonattcp

[Docker/Windows] error during connect: In the default daemon configuration on Windows

背景我在学习dockerget-started的codelab。在我的win10机器上跑。我的win10之前没装过docker,在安装docker做codelab中遇到一系列问题:docker启动一直在"dockerdesktopstarting"nomatchingmanifestforwindows/amd6410.0.19042inthemanifestlistentrieserrorduringconnect:InthedefaultdaemonconfigurationonWindowsdocker退出时一直“dockerdesktopstopping”过程安装完dockerdesk

[Docker/Windows] error during connect: In the default daemon configuration on Windows

背景我在学习dockerget-started的codelab。在我的win10机器上跑。我的win10之前没装过docker,在安装docker做codelab中遇到一系列问题:docker启动一直在"dockerdesktopstarting"nomatchingmanifestforwindows/amd6410.0.19042inthemanifestlistentrieserrorduringconnect:InthedefaultdaemonconfigurationonWindowsdocker退出时一直“dockerdesktopstopping”过程安装完dockerdesk

Cannot Connect to the Docker Daemon at ‘unix:///var/run/docker.sock’ 出坑方法,已经解决了

docker安装后,使用中经常出现的错误是:CannotconnecttotheDockerdaemonat(unix:///var/run/docker.sock.Isthedockerdaemonrunning?) CannotconnecttotheDockerdaemonat(unix:///var/run/docker.sock.Isthedockerdaemonrunning?)一、什么原因导致的:触发此错误的一些原因包括:TheDockerdaemonisnotrunning.  Docker守护程序未运行。Dockerdoesn’tshutdowncleanly.    Doc

Cannot Connect to the Docker Daemon at ‘unix:///var/run/docker.sock’ 出坑方法,已经解决了

docker安装后,使用中经常出现的错误是:CannotconnecttotheDockerdaemonat(unix:///var/run/docker.sock.Isthedockerdaemonrunning?) CannotconnecttotheDockerdaemonat(unix:///var/run/docker.sock.Isthedockerdaemonrunning?)一、什么原因导致的:触发此错误的一些原因包括:TheDockerdaemonisnotrunning.  Docker守护程序未运行。Dockerdoesn’tshutdowncleanly.    Doc

Docker启动报错docker: Error response from daemon: Conflict. The container name “/redis6“ is already in u

docker启动报错docker:Errorresponsefromdaemon:Conflict.Thecontainername"/redis6"isalreadyinusebycontainer"b472e52c109bb5cfadf9dcd167b0e9a66f5215477a96673f0d60c7d07d7e746b".Youhavetoremove(orrename)thatcontainertobeabletoreusethatname.原因是:Centos7的内核过低或者过高的问题。拓展视频:腾讯最新前后端技术实战https://download.csdn.net/cours

Docker启动报错docker: Error response from daemon: Conflict. The container name “/redis6“ is already in u

docker启动报错docker:Errorresponsefromdaemon:Conflict.Thecontainername"/redis6"isalreadyinusebycontainer"b472e52c109bb5cfadf9dcd167b0e9a66f5215477a96673f0d60c7d07d7e746b".Youhavetoremove(orrename)thatcontainertobeabletoreusethatname.原因是:Centos7的内核过低或者过高的问题。拓展视频:腾讯最新前后端技术实战https://download.csdn.net/cours

cannot connect to the docker daemon at unix ///var/run/docker.sock. Is the docker daemon running?

可以先试试这种方式:https://blog.csdn.net/Ber_Bai/article/details/116044628记录一次服务器问题解决。系统:CentOS问题:服务器重启后,docker的容器挂了,运行命令dockerps,提示:cannotconnecttothedockerdaemonatunix///var/run/docker.sock.Isthedockerdaemonrunning?先说解决方案:启动dockerdaemon:执行命令dockerd记录下排查问题的过程:执行systemctlrestartdocker重启服务,命令行卡住不动执行systemctls

cannot connect to the docker daemon at unix ///var/run/docker.sock. Is the docker daemon running?

可以先试试这种方式:https://blog.csdn.net/Ber_Bai/article/details/116044628记录一次服务器问题解决。系统:CentOS问题:服务器重启后,docker的容器挂了,运行命令dockerps,提示:cannotconnecttothedockerdaemonatunix///var/run/docker.sock.Isthedockerdaemonrunning?先说解决方案:启动dockerdaemon:执行命令dockerd记录下排查问题的过程:执行systemctlrestartdocker重启服务,命令行卡住不动执行systemctls

解决Error response from daemon: Get “https://registry-1.docker.io/v2/“: read: connection refused问题

在用docker容器下载rabbitmq时出现报错如下Errorresponsefromdaemon:Get“https://registry-1.docker.io/v2/”:dialtcp:lookupregistry-1.docker.ioon[::1]:53:readudp[::1]:50086->[::1]:53:read:connectionrefused因为之前用docker下载过redis,mysql,nginx都没出现过问题,这次下载消息队列中间件却出现问题当我pingIP地址的时候可以ping通,但是ping域名却不可以。上网搜了好多答案,大多说是由于dns服务器没有配置导