1,物理机配置,eth0,eth1配置bonding,bonding作为bridge物理网卡,在生成bond0作为物理机管理口2,虚拟机配置,eth1作为bridge虚拟网卡br500,eth0配置正常网卡IP3,因eth0为WEB段,eth1为DB段,需颠倒配置,重启网卡,出现以下问题4,相关错误日志:an314:46:41localhostkernel..
分类:
其他好文 时间:
2015-01-04 11:31:34
阅读次数:
361
1. 通过系统自带包安装(可能不是最新版) $ sudo apt-get update $ sudo apt-get install -y docker.io $ sudo ln -sf /usr/bin/docker.io /usr/local/bin/docker $ sudo sed -i '...
分类:
系统相关 时间:
2015-01-04 11:10:37
阅读次数:
226
Given two wordsword1andword2, find the minimum number of steps required to convertword1toword2. (each operation is counted as 1 step.)You have the fol...
分类:
其他好文 时间:
2015-01-03 22:26:48
阅读次数:
233
Edit DistanceGiven two wordsword1andword2, find the minimum number of steps required to convertword1toword2. (each operation is counted as 1 step.)You...
分类:
其他好文 时间:
2015-01-03 17:06:31
阅读次数:
175
1. 在VirtualBox中安装Ubuntu 14.04 2. 在Ubuntu 14.04中安装Docker 3. 安装基于Docker的Hadoop 下载image docker pull sequenceiq/hadoop-docker:2.6.0 运行container docker run...
快乐虾http://blog.csdn.net/lights_joy/欢迎转载,但请保留作者信息当VS调试时将鼠标移到一个变量上面的时候,VS将显示这个变量的值,实际上这个时候VS进行了表达式的计算,我们所需要做的,就是把这个过程转换为gdb的命令: Operation Description -enable-pretty-printing enabl...
分类:
系统相关 时间:
2015-01-01 23:50:29
阅读次数:
415
.................................
分类:
其他好文 时间:
2015-01-01 06:47:04
阅读次数:
136
Docker中的Redis容器如何连接上进行操作?...
分类:
其他好文 时间:
2015-01-01 00:13:49
阅读次数:
403
# 一、前言 Docker 是最近在云计算领域出现的新技术。目前,Docker 和以其为代表的容器技术的热度已经改过了之前的 OpenStack。Docker 以及其所代表的容器技术的流行,即使因为软件技术的进步,更是由于其符合云计...
分类:
其他好文 时间:
2014-12-31 20:17:14
阅读次数:
304