
SDN/虚拟化/NS3/Docker
文章平均质量分 91
ztguang
出淤泥而不染,濯清涟而不妖,中通外直,不蔓不枝,香远益清,亭亭净植,可远观而不可亵玩焉。
展开
-
qcow2、raw、vmdk等镜像格式的比较和基本转换
http://blog.chinaunix.net/uid-26405032-id-3326648.html 云计算用一个朋友的话来说:”做云计算最苦逼的就是得时时刻刻为一些可能一辈子都碰不到的事做 好准备。更苦逼的就是刚以为一个问题不会遇到,立刻就发生了。。。“。这个还真的没有办法, 谁让哥我是搞云计算的呢,简单一个虚拟化就搞的你蛋疼,你还能想其它的吗?一原创 2016-02-01 00:00:00 · 1241 阅读 · 0 评论 -
红帽张先民:企业Linux 7技术亮点是容器技术
http://www.linuxdiyf.com/viewarticle.php?id=416784 在6月12日红帽公司发布重新定义企业操作系统的红帽企业Linux 7之后,比特网记者第一时间采访到红帽大中华区总裁张先民博士,请他为中国的用户解读一下开源技术的最新发展和创新动向,以及为什么说企业Linux 7重新定义了企业操作系统。 “目前是开源开放的时代,是一个后IOE原创 2016-02-01 00:00:00 · 494 阅读 · 0 评论 -
Open VSwitch—离开VMware的SDN之父Martin Casado是神马大神
http://geek.youkuaiyun.com/news/detail/57734 今天,一条重磅消息传来——VMware公司宣布,软件定义网络(SDN)之父Martin Casado从VMware离职加盟了著名的风险投资公司Andreessen Horowitz成为合伙人之一。 作为SDN初创公司Nicira的创始人,Casado随着2012年Nicira被VMware以12.原创 2016-02-01 00:00:00 · 768 阅读 · 0 评论 -
(OK) CORE nodes access Internet—虚拟节点访问互联网—commands
[root@localhost core]# systemctl start core-daemon.service --------------------------------------------------------------------------- [root@localhost core]# core-gui ----------------------原创 2016-02-01 00:00:00 · 627 阅读 · 0 评论 -
Docker—PaaS—微服务
http://bbs.youkuaiyun.com/topics/390950965http://baike.baidu.com/view/11854949.htm++++++++++++++++++++++++++虚拟化VM是OS级别,docker是应用级别,是计算机技术发展史上一个里程碑式的进步,不过能不能支持大规模Cluster(几千台主机),尚不得而知。+++++++++++++++++++++...原创 2019-10-12 17:33:30 · 1214 阅读 · 0 评论 -
Docker容器和镜像存储机制—images—目录树结构
http://ju.outofmemory.cn/entry/114344Docker的存储机制采用了非常灵活的模块化设计,目前支持5种存储引擎,分别为aufs、btrfs、device mapper、vfs和overlay。它们的共同特点都是实现了graphdriver.Driver接口: 点击(此处)折叠或打开原创 2016-02-01 00:00:00 · 2833 阅读 · 0 评论 -
Docker 使用总结
http://blog.youkuaiyun.com/liukun321/article/details/50770356从贴出Docker 资料汇总那篇水帖, 到现在已经完整的做过一个用Docker部署的小型website集群并且已经上线运行了。 对docker的使用也有了些许体会(不过现在对Docker的理解还停留在一个轻度使用者的角度去理解)。这个项目从负载均衡 、反向代理、及app ser原创 2016-02-01 00:00:00 · 430 阅读 · 0 评论 -
Docker推出了Docker云
http://blog.youkuaiyun.com/yangzhenping/article/details/50779243 收到了Docker官网的邮件邀请,他们推出了Docker云:https://cloud.docker.com 账号信息栏目下有: 云提供商:目前支持AWS,Digital Ocean,Microsoft Azure,S原创 2016-02-01 00:00:00 · 467 阅读 · 0 评论 -
创建 Docker 镜像
http://codecloud.net/create-docker-image-4427.html创建镜像有很多方法,用户可以从 Docker Hub 获取已有镜像并更新,也可以利用本地文件系统创建一个。修改已有镜像先使用下载的镜像启动容器。$ sudo docker run -t -i training/sinatra /bin/bashroot@0b2616b原创 2016-02-01 00:00:00 · 480 阅读 · 0 评论 -
How To Install Docker on Fedora 23
http://www.liquidweb.com/kb/how-to-install-docker-on-fedora-23/ Docker is a container-based software framework commonly used for automating deployment of applications. Containers are encapsula原创 2016-02-01 00:00:00 · 434 阅读 · 0 评论 -
(OK) Fedora23——Docker——CORE—testing
[root@localhost core]# systemctl daemon-reload[root@localhost core]# systemctl start core-daemon.service---------------------------------------------------------------------------[root@localhost原创 2016-02-01 00:00:00 · 629 阅读 · 0 评论 -
Running docker on Android
http://stackoverflow.com/questions/19315168/running-docker-on-androidhttp://kurenai.elastos.org/redmine/issues/23189 (the kernel features to be enabled) With Android 4.4 KitKat, Googl原创 2016-02-01 00:00:00 · 1151 阅读 · 0 评论 -
Docker命令参考
http://bbs.chinaunix.net/thread-4166674-1-1.htmldocker 使用方法: docker [OPTIONS] COMMAND [arg...]一个自给自足的运行时linux容器。选项: --api-enable-cors=false 在远程的API中启用CORS 头。 -b, --bri原创 2016-02-01 00:00:00 · 396 阅读 · 0 评论 -
如何创建一个安全的Docker基础镜像
http://geek.youkuaiyun.com/news/detail/61634 背景 我最初使用Docker的时候,每个人都在说它用起来有多简单方便,它内部的机制是有多么好,它为我们节省了多少时间。但是当我一使用它就发现,几乎所有镜像都是臃肿而且不安全的(没有使用包签名,盲目相信上游的镜像库以curl | sh的方式安装),而且也没有一个镜像能实现Docker的初原创 2016-02-01 00:00:00 · 878 阅读 · 0 评论 -
(OK) Installing Quagga—zebra—configure—make—CentOS7
-------------------Installing Quagga# tar xzf quagga-0.99.21mr2.2.tar.gz# cd quagga-0.99.21mr2.2// # ./bootstrap.sh[root@localhost quagga-0.99.21mr2.2]# ./configure --enable-user=root --enable原创 2016-04-03 07:58:41 · 1306 阅读 · 0 评论 -
(OK) CentOS7/Fedora23——Installing Docker——core—pip
# rpm -ivh ftp://ftp.muug.mb.ca/mirror/centos/7.2.1511/os/x86_64/Packages/PyYAML-3.10-11.el7.x86_64.rpm# yum -y install docker docker-registry OR # yum -y install docker-engine docker-registry原创 2016-04-03 08:02:04 · 1203 阅读 · 0 评论 -
(OK) running imunes in Fedora 23
[root@localhost ~]# systemctl start docker[root@localhost ~]# /usr/share/openvswitch/scripts/ovs-ctl start+++++++++++++++++++++++++++++++++++++++[root@localhost imunes]# grep ovs-appctl原创 2016-04-03 08:10:32 · 601 阅读 · 0 评论 -
(OK-half) Fedora23——Docker——CORE—testing
[root@n6 n6.conf]# service docker startRedirecting to /bin/systemctl start docker.serviceFailed to get D-Bus connection: 不允许的操作[root@n6 n6.conf]# iptables -L [root@n6 n6.conf]# docker原创 2016-04-03 08:11:44 · 862 阅读 · 0 评论 -
(OK) CORE nodes access Internet—虚拟节点访问互联网—commands
[root@localhost core]# systemctl start core-daemon.service---------------------------------------------------------------------------[root@localhost core]# core-gui----------------------/r原创 2016-04-03 08:14:15 · 994 阅读 · 0 评论 -
(OK) Install Docker on Fedora 23
---------Install Docker on Fedora 23dnf update -ydnf -y install docker-iosystemctl start dockersystemctl start docker.servicesystemctl restart docker.servicesystemctl stop docker.service原创 2016-04-06 21:20:51 · 462 阅读 · 0 评论 -
(OK) VirtualBox 5.0.10 中 Fedora 23 在安装了增强工具后无法自动调节虚拟机分辨率的问题
http://www.2cto.com/os/201511/451563.htmlVirtualBox 5.0.10 中安装 Fedora 23,即使在安装了增强工具后,仍然会发现虚拟机无法根据 VirtualBox 的运行窗口大小自动进行分辨率调节。究其原因,主要是因为 Fedora 23 所带的 Xorg 显示服务器的版本过高,目前 VirtualBox 5.0.10 尚未转载 2016-04-07 15:20:39 · 661 阅读 · 0 评论 -
1——A Journey into Microservices
https://sudo.hailoapp.com/services/2015/03/09/journey-into-a-microservice-world-part-1/Posted by Matt Heath on Mar 09, 2015, inservices.Starting SmallHailo, like many sta转载 2016-04-09 17:26:59 · 640 阅读 · 0 评论 -
2——A Journey into Microservices: A Cloudy Beginning
https://sudo.hailoapp.com/services/2015/03/09/journey-into-a-microservice-world-part-2/Posted by Matt Heath on Mar 09, 2015, inservices.This is the second part of a three-part arti转载 2016-04-09 17:28:23 · 554 阅读 · 0 评论 -
3——A Journey into Microservices: Dealing with Complexity
https://sudo.hailoapp.com/services/2015/03/09/journey-into-a-microservice-world-part-3/Posted by Matt Heath on Mar 09, 2015, inservices.This is the final part of a three-part artic转载 2016-04-09 17:30:23 · 1087 阅读 · 0 评论 -
Microservice architecture
http://microservices.io/index.html转载 2016-04-09 18:01:10 · 418 阅读 · 0 评论 -
6——Choosing a Microservices Deployment Strategy
https://www.nginx.com/blog/deploying-microservices/This is the sixth article in a series about building applications with microservices. Thefirst article introduces the Microservice Ar转载 2016-04-09 10:26:55 · 805 阅读 · 0 评论 -
(OK) INSTALL CORE on Fedora 23 or CentOS 7
-----------------------INSTALL CORE --- OK OKFedora 23:dnf install bash bridge-utils ebtables iproute libev python procps-ng net-tools tcl tk tkimg autoconf automake make libev-devel python-deve原创 2016-04-26 17:14:22 · 681 阅读 · 0 评论 -
(OK) running CORE—Common Open Research Emulator—docker
-----------------------INSTALL quaggahttp://blog.chinaunix.net/uid-14735472-id-5595972.htmlcore-manual.pdf[root@localhost quagga-0.99.24]# pwd/opt/tools/network_simulators/quagga-0.99.24原创 2016-04-03 07:46:14 · 1555 阅读 · 0 评论 -
微服务的误读与误解
http://geek.youkuaiyun.com/news/detail/67274微服务确实很受欢迎,但是对于微服务的误解也是事实,本文对这些误解一一来介绍下:一、微服务不够“微”?尽管微服务定义的很明确,但是开发者社区对它的解释却颇有争议,主要的一些问题如下:1.它是否是单体架构的代表? 2.它是否是单体服务的代表? 3.它是否是逻辑功能的组合?下面让我们以转载 2016-04-15 09:04:32 · 403 阅读 · 0 评论 -
(OK) Fedora 23——CORE——docker——(8)——> problems
I have failed in running docker 1.9.1 & docker 1.11.1 in CORE on Fedora23https://github.com/coreemu/core/issues/81#issuecomment-218051575This makes the docker service more reliablehttps:原创 2016-05-10 14:52:59 · 552 阅读 · 0 评论 -
(OK) IMUNES—Docker—Fedora23
[root@localhost ~]# cd /opt/tools/network_simulators/core/[root@localhost core]# nautilus /opt/tools/network_simulators/core/[root@localhost core]# dnf install openvswitch docker-io xterm wireshar原创 2016-05-10 17:53:22 · 1550 阅读 · 0 评论 -
(OK) install-ubuntu-IMUNES-CORE-DOCKER
sudo passwdsudo apt-get install linux-headers-$(uname -r) build-essentialsudo apt-get install autoconfsudo apt-get install libtoolsudo apt-get install libreadline5-devsudo apt-get install原创 2016-05-11 14:23:41 · 832 阅读 · 0 评论 -
IMUNES on Linux
http://www.brianlinkletter.com/imunes-on-linux/August 13, 2015— 2 CommentsThe IMUNES open-source network simulator can now beinstalled on and run on Linux. Previously, IMUNES was avail转载 2016-05-11 15:36:47 · 796 阅读 · 0 评论 -
wish to add two functions to IMUNES (MANET & Docker images selection)
Dear IMUNES developers,I hope you to add two functions to IMUNES (MANET & Docker images selection)first, to support MANET, similar to CORE.Second, can select one docker image原创 2016-05-11 07:51:02 · 529 阅读 · 0 评论 -
(OK) use—install—IMUNES—commands
//Start the experimentimunes -b p-p.imn//Check whether the experiment is running with himage -lhimage -l//Run the ping command on pc1 towards pc2himage pc1 ping -c 3 10.0.0.21//Check原创 2016-05-11 21:23:52 · 742 阅读 · 0 评论 -
如何使用Rally+Docker测试OpenStack
http://geek.youkuaiyun.com/news/detail/67842一.为什么要用Rally Docker1.为什么要通过Docker使用Rally众所周知,软件产品部署环境的变化(譬如,从A环境到B环境等),会导致测试环境响应的变化。那么,有没有一种办法,可以更好的解决这种环境迁移导致的诸多问题。即让测试环境更加自主、可控和轻量。Docker时代的来临,无转载 2016-04-18 10:33:09 · 1971 阅读 · 0 评论 -
(OK) Docker—GNS3—IMUNES—Linux
http://gcetusic.blogspot.com/2015/08/docker-networking-images.htmlThursday, 20 August 2015Docker in network emulatorsRecently, GNS3, a popular network emulator has been developing support转载 2016-05-12 16:07:32 · 1135 阅读 · 0 评论 -
Running quagga docker container with GNS3
https://www.gns3.com/news/article/running-quagga-docker-container-AJ NOURIJune 9, 2015 Here is a step by step example on how to run the FOSS Quagga in a container to use with G转载 2016-05-12 16:26:41 · 1929 阅读 · 0 评论 -
(OK) Creates Docker-based Virtual PC containers for use inside GNS3 as end hosts.
https://github.com/AJNOURI/DockerVPCVirtualPC container for GNS3Tested platforms: Ubuntu, OpenSuse, RedhatThe goal is to take profit of docker containers to use inside GNS3 almost as a f转载 2016-05-12 16:46:07 · 972 阅读 · 0 评论 -
Is it possible to simulate a new addressing scheme for MANETs using GNS3 ?
https://gns3.com/qa/is-it-possible-to-simulate-a-newI have developed a new addressing scheme for MANET theoretically and would like to simulate the algorithm to find how it works given转载 2016-05-12 17:23:27 · 386 阅读 · 0 评论