Managing Data in Containers
So far we've been introduced to some basic Docker concepts, seen how to work with Docker
images as well as learned about networking and links between containers. In th...
分类:
其他好文 时间:
2014-08-17 13:06:32
阅读次数:
271
Linking Containers Together
In the Using Docker section we touched on connecting to a service running inside a Docker container via a network port. This is one of
the ways that you can interact w...
分类:
其他好文 时间:
2014-08-17 11:46:32
阅读次数:
245
1. 在修改前先备份该文件cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak2. 修改更新源配置文件(CentOS6地址,其他版本类似)vim打开配置文件:vim /etc/yum.repos.d/Ce...
分类:
其他好文 时间:
2014-08-16 23:44:21
阅读次数:
264
前沿:这两天把报警平台放在了docker里面跑了,但是宿主机本身性能就不好,所以导致mongodb到挂了好几次了。这次搞了一台牛逼的服务器,虽说是opentstack里面的主机,但是iops很不错。你的程序放在docker里面迁移起来很是方便,像是以前的话,需要重新部署环境和静态文件。放在d..
分类:
其他好文 时间:
2014-08-15 14:48:59
阅读次数:
298