安装Dock服务,主要命令是 yum install docker. 但是在启动的时候报错:warning msg="could not change group /var/run/docker.sock to docker: group docker not found" 错误截图如下: 解决方案是在docker的配置文件/etc/sysconfig/docke 中设置禁用selinux. (方法来源于 https://www.jianshu.com/p/a62ffb13ada6,…
在本地安装Kubernetes时,遇到错误消息: request canceled while waiting for connection(Client.Timeout exceeded while awaiting headers) 这个原因是Docker应用没有正确设置代理.在Mac上设置代理非常方便: Configure the proxies used by Docker to pull images. 选择Manual proxy configuration, 即手动设置. 设置完之…
参考: http://jmeter.apache.org/usermanual/component_reference.html#HTTP(S)_Test_Script_Recorder User manual: http://jmeter.apache.org/usermanual/index.html#intro 1.Installing the certificate in Firefox Choose the following options: 1.Tools / Options 2.…
场景: node:8.9.3版本 报错代码: Error: certificate has expired at TLSSocket.<anonymous> (_tls_wrap.js:1103:38) at emitNone (events.js:106:13) at TLSSocket.emit (events.js:208:7) at TLSSocket._finishInit (_tls_wrap.js:637:8) at TLSWrap.ssl.onhandshakedone (_t…
mac上的SVN今天突然间 不好使了 在进行SVN操作是报出警告信息 Error validating server certificate for 'https://xxxxxxx':443 - The certificate is not issued by a trusted authority. Use the fingerprint to validate the certificate manually! - The certificate hostname does not mat…
安装docker提示:Transaction Check Error: file /usr/bin/docker from install of docker-io-1.7.1-2.el6.x86_64 conflicts with file from package docker-1.5-5.el6.x86_64 解答:这个是因为先装了docker,再装docker-io后的结果,解决方法是yum remove docker后再yum install docker-io即可.…
今天在公司电脑上安装docker出现了一些问题,原先是直接用yum安装docker,一次就成功了,由于公司的网络问题导致docker安装完出现了一些问题,客户端启动了,服务端一直启动不了:Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe"…
在给eshopondapr 打镜像的时候碰到了3个错误 1.restore: Received an unexpected EOF or 0 bytes from the transport stream: https://github.com/NuGet/Home/issues/9020 2.Notice: NuGet Restore Failures on Linux distributions using NSS or ca-certificates #10712 :https://git…