困扰我多日的registry的问题今天终于解决了,已经可以上传到内网的私有仓库了。实验准备:centos7.2+dockers1.9+registryV2.0首先安装docker1.9yuminstalldocker修改dockers配置文件添加OPTIONS=‘--insecure-registrylocalhost:5000‘设置本地仓库#/etc/sysconfig/docker#Modify..
分类:
其他好文 时间:
2016-05-10 19:01:12
阅读次数:
163
1.解压 设置目录 2.在bin的同级目录下 新建data目录, 修改下面my.ini的信息(根据自己设置的目录)(去掉前面的“#”) 3.在C盘找到cmd 注意用管理员权限打开 执行下面的命令 一定要先执行mysqld --initialize-insecure --user=mysql 建立一个 ...
分类:
数据库 时间:
2016-05-05 21:53:31
阅读次数:
142
Part 1: Overview of SSL SSL provides a way for client and server applications to communicate securely over a potentially insecure network. It provides ...
分类:
其他好文 时间:
2016-04-22 11:53:25
阅读次数:
240
控制台打印:Application Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured ...
分类:
移动开发 时间:
2016-04-20 23:39:05
阅读次数:
270
If you have never assigned a root password for MySQL, the server does not require a password at all for connecting as root. However, this is insecure.
分类:
数据库 时间:
2016-03-13 00:28:39
阅读次数:
467
安装Mysql5.7+版本时,若发现根目录下,缺少data文件夹的情况,请不要去拷贝其他版本的data文件夹! 打开cmd命令窗口,并且进入到mysql安装目录的bin目录下。然后输入命令: mysqld --initialize-insecure --user=mysql 然后回车;去目录下查看,
分类:
数据库 时间:
2016-03-07 16:47:27
阅读次数:
548
描述Password security is a tricky thing. Users prefer simple passwords that are easy to remember (like buddy), but such passwords are often insecure. So
分类:
其他好文 时间:
2016-03-03 20:55:10
阅读次数:
245
1.下载MySQL压缩包
2.解压压缩包,添加bin到path目录,新建data文件夹,修改my-default.ini文件,修改如下选项
basedir=D:\java\mysql-5.7.11-winx64
datadir=D:\java\mysql-5.7.11-winx64\data
port=3306
3.cmd命令进入bin目录,依次输入
mysqld--initialize-insecure
mysqldi..
分类:
数据库 时间:
2016-02-28 17:02:28
阅读次数:
414
ios进行http请求,会出现这个问题: App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be con
分类:
移动开发 时间:
2016-02-16 18:37:04
阅读次数:
156
报错信息: Application Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured
分类:
Web程序 时间:
2016-02-01 18:29:09
阅读次数:
133