草庐IT

eg_daemon

全部标签

解决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服务器没有配置导

ubuntu下docker: Error response from daemon: could not select device driver with capabilities: [[gpu]]

前言第一次遇到这个问题时,是运行这个命令,报如下错误,运行:sudodockerrun--rm--gpus=allnvidia/cuda:10.0-base报错:docker:Errorresponsefromdaemon:couldnotselectdevicedriver""withcapabilities:[[gpu]].然后我参考这篇文章docker:Errorresponsefromdaemon:couldnotselectdevicedriver““withcapabilities:[[gpu]]问题解决_"docker:errorresponsefromdaemon:couldn

ubuntu下docker: Error response from daemon: could not select device driver with capabilities: [[gpu]]

前言第一次遇到这个问题时,是运行这个命令,报如下错误,运行:sudodockerrun--rm--gpus=allnvidia/cuda:10.0-base报错:docker:Errorresponsefromdaemon:couldnotselectdevicedriver""withcapabilities:[[gpu]].然后我参考这篇文章docker:Errorresponsefromdaemon:couldnotselectdevicedriver““withcapabilities:[[gpu]]问题解决_"docker:errorresponsefromdaemon:couldn

【正点原子FPGA连载】第十一章PL SYSMON测量输入模拟电压 摘自【正点原子】DFZU2EG_4EV MPSoC之嵌入式Vitis开发指南

1)实验平台:正点原子MPSoC开发板2)平台购买地址:https://detail.tmall.com/item.htm?id=6924508746703)全套实验源码+手册+视频下载地址:http://www.openedv.com/thread-340252-1-1.html第十一章PLSYSMON测量输入模拟电压在“PSSYSMON测量温度电压实验”中,我们通过PS端SYSMON成功实现了读取芯片内部的温度和电压等信息。但除此之外,还可以通过PLSYSMON测量外部电压,本章将通过PLSYSMON测量外部输入模拟电压。本章包括以下几个部分:1111.1简介11.2实验任务11.3硬件设

【正点原子FPGA连载】第十一章PL SYSMON测量输入模拟电压 摘自【正点原子】DFZU2EG_4EV MPSoC之嵌入式Vitis开发指南

1)实验平台:正点原子MPSoC开发板2)平台购买地址:https://detail.tmall.com/item.htm?id=6924508746703)全套实验源码+手册+视频下载地址:http://www.openedv.com/thread-340252-1-1.html第十一章PLSYSMON测量输入模拟电压在“PSSYSMON测量温度电压实验”中,我们通过PS端SYSMON成功实现了读取芯片内部的温度和电压等信息。但除此之外,还可以通过PLSYSMON测量外部电压,本章将通过PLSYSMON测量外部输入模拟电压。本章包括以下几个部分:1111.1简介11.2实验任务11.3硬件设

创建spring boot项目中出现:Unable to start the daemon process.以及正确创建spring boot项目

创建springboot项目中出现:Unabletostartthedaemonprocess.以及正确创建springboot项目原因是创建项目中一个设置默认错误以下是错误的❌把上述的选项改为:这样才能创建出来一个springboot项目顺便说一下创建springboot项目的流程:1、new—>project2、选择jdk3、填写项目名字等相关信息4、选择初始化的依赖(我一般做网站选这几个)接下来一直next就好我跟的狂神的教学,他一般把初始化的项目中的这些删掉然后就是一个干净的父工程了

创建spring boot项目中出现:Unable to start the daemon process.以及正确创建spring boot项目

创建springboot项目中出现:Unabletostartthedaemonprocess.以及正确创建springboot项目原因是创建项目中一个设置默认错误以下是错误的❌把上述的选项改为:这样才能创建出来一个springboot项目顺便说一下创建springboot项目的流程:1、new—>project2、选择jdk3、填写项目名字等相关信息4、选择初始化的依赖(我一般做网站选这几个)接下来一直next就好我跟的狂神的教学,他一般把初始化的项目中的这些删掉然后就是一个干净的父工程了

docker-daemon.json配置详解

多个配置一定要加逗号,否则启动不成功,先给个例子:我修改了docker0的网络和使用私有镜像库vim/etc/docker/daemon.json{"bip":"10.10.100.1/24","insecure-registries":["registry.gag.cn"]}参数参考{“api-cors-header”:"",#——————在引擎API中设置CORS标头“authorization-plugins”:[],#——————要加载的授权插件“bridge”:"",————将容器附加到网桥“cgroup-parent”:"",#——————为所有容器设置父cgroup“cluste

docker-daemon.json配置详解

多个配置一定要加逗号,否则启动不成功,先给个例子:我修改了docker0的网络和使用私有镜像库vim/etc/docker/daemon.json{"bip":"10.10.100.1/24","insecure-registries":["registry.gag.cn"]}参数参考{“api-cors-header”:"",#——————在引擎API中设置CORS标头“authorization-plugins”:[],#——————要加载的授权插件“bridge”:"",————将容器附加到网桥“cgroup-parent”:"",#——————为所有容器设置父cgroup“cluste