上一页 1 ··· 134 135 136 137 138 139 140 141 142 ··· 177 下一页
摘要: [root@dr-mysql01 ~]# cat aa.pl use LWP::UserAgent;use Data::Dumper; my $ua = LWP::UserAgent->new;$phone=$ARGV[0];$cc=$ARGV[1];$ua->timeout(10);$ua-... 阅读全文
posted @ 2016-03-21 21:15 czcb 阅读(138) 评论(0) 推荐(0) 编辑
摘要: docker网络-如何让外部网络访问容器资源安装httpd 服务:docker:/root# docker exec -it f63b2633d146 bashbash-4.1# yum install httpdLoaded plugins: fastestmirrordocker:/root... 阅读全文
posted @ 2016-03-21 16:45 czcb 阅读(897) 评论(0) 推荐(0) 编辑
摘要: #LWP-Cookies-1.0Set-Cookie3: webwx_data_ticket="AQeVHpn/pdyrAQHCl++4ZvS0"; path="/"; domain=.qq.com; path_spec; expires="2016-03-21 18:54:08Z"; vers... 阅读全文
posted @ 2016-03-21 15:04 czcb 阅读(369) 评论(0) 推荐(0) 编辑
摘要: 实际应用: 第一个容器使用: docker run -itd -v /data/:/data1 centos bash // -v 用来指定挂载目录, 后面的容器使用之前的容器数据卷 docker:/root# mkdir /data docker:/root# 1.创建... 阅读全文
posted @ 2016-03-21 14:47 czcb 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 1.host 模式,使用docker run 时 使用--net=host 指定docker 使用的网络和宿主机一样,在容器上看到的网卡ip就是宿主机上的ip2.container 模式,使用--net=container:container_id/container_name (容器id或者... 阅读全文
posted @ 2016-03-21 14:41 czcb 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 3. 定义数据卷容器: 只是为了共享数据docker run -itd -v /data/ --name centeos_testv centos bash/data/ 就是虚拟机内的目录,和宿主机没有任何关系--name centeos_testv 容器名字docker:/root# do... 阅读全文
posted @ 2016-03-21 13:41 czcb 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 3. 定义数据卷容器: 只是为了共享数据docker run -itd -v /data/ --name centeos_testv centos bash/data/ 就是虚拟机内的目录,和宿主机没有任何关系--name centeos_testv 容器名字docker:/root# do... 阅读全文
posted @ 2016-03-21 13:41 czcb 阅读(119) 评论(0) 推荐(0) 编辑
摘要: docker:/root# docker psCONTAINER ID IMAGE COMMAND CREATED STATUS ... 阅读全文
posted @ 2016-03-21 13:02 czcb 阅读(242) 评论(0) 推荐(0) 编辑
摘要: docker:/root# docker imagesGet http:///var/run/docker.sock/v1.19/images/json: dial unix /var/run/docker.sock: no such file or directory. Are you try... 阅读全文
posted @ 2016-03-21 10:30 czcb 阅读(168) 评论(0) 推荐(0) 编辑
摘要: $response->decoded_content是字符$response->content是字节jrhmpt01:/root# perl x3.pl 307 0$str is %E6%9D%AD%E5%B7%9E$content is {"code":1000,"msg":"success!... 阅读全文
posted @ 2016-03-18 21:28 czcb 阅读(159) 评论(0) 推荐(0) 编辑
上一页 1 ··· 134 135 136 137 138 139 140 141 142 ··· 177 下一页