docker默认要求我们使用加密的方式访问registry。 如果你搭建的私有registry是非加密的怎么办呢? 手动起守护进程的话很简单。加上这个--insecure-registry参数就行了 如果是用服务起的话就需要修改配置文件了。要创建一个叫做/etc/systemd/system/doc ...
分类:
其他好文 时间:
2016-09-30 20:44:17
阅读次数:
119
App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app' ...
分类:
移动开发 时间:
2016-09-24 10:35:38
阅读次数:
218
一、基础 了解: netcat是个计算机网络公用程式,用来对网络连线TCP或者UDP进行读写。nc命令是netcat命令的简称,都是用来设置路由器。netcat 在2001年insecure.org对nmap用户邮件列表举办的投票被推选为第二有用的网络保全工具。2003年投票结果是第四名;2006年... ...
分类:
系统相关 时间:
2016-09-23 23:28:32
阅读次数:
516
②、下载好mysql 安装包,命令行进入bin目录,mysqld - -initialize –insecure(不设置root密码) 如果没有-insecure则为随机生成一个root密码(不建议使用) 初始化mysql ①、命令行启动mysqld install 安装mysql ③、修改mysq ...
分类:
数据库 时间:
2016-09-16 10:05:40
阅读次数:
182
liberty以后版本不在支持直连esxi,只支持链接vcenter记得在esxi防火墙上启用vnc默认vcenter是https,要么配证书,要么在nova.conf改insecure=true要么改源码oslo_vmware/service.py里面有关于ssl链接的东东注释掉,后两者我试过了都ok事实上nova-compute只是一个vcenter的代理..
分类:
系统相关 时间:
2016-09-07 16:07:39
阅读次数:
287
liberty以后版本不在支持直连esxi,只支持链接vcenter记得在esxi防火墙上启用vnc默认vcenter是https,要么配证书,要么在nova.conf改insecure=true要么改源码oslo_vmware/service.py里面有关于ssl链接的东东注释掉,后两者我试过了都ok
分类:
系统相关 时间:
2016-09-06 23:54:08
阅读次数:
425
描述:#Warning: Using a password on the command line interface can be insecure.#ERROR 1045 (28000): Access denied for user 'zabbix'@'localhost' (using pa ...
分类:
数据库 时间:
2016-09-05 01:27:50
阅读次数:
176
#Warning: Using a password on the command line interface can be insecure.#ERROR 1045 (28000): Access denied for user 'zabbix'@'localhost' (using passw ...
分类:
数据库 时间:
2016-09-01 11:10:15
阅读次数:
2874
1.服务启动不起来 在bin目录下运行下面命名 mysqld --initialize-insecure --user=mysql 2.修改user密码 update mysql.user set authentication_string=password('root') where user=' ...
分类:
数据库 时间:
2016-08-08 22:40:54
阅读次数:
221
Docker如果需要从非SSL源管理镜像,需要配置Docker配置文件的insecury-registry参数,一般在如下位置修改其配置文件: * /etc/sysconfig/docker * /etc/init.d/docker 默认情况下,INSECURE_REGISTRY参数被注释不产生作用 ...
分类:
其他好文 时间:
2016-07-06 14:54:44
阅读次数:
484