码迷,mamicode.com
首页 >  
搜索关键字:docker install/container operation    ( 19931个结果
Linking Containers Together
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
Docker - Image创建
创建Docker Image
分类:其他好文   时间:2014-08-16 22:26:01    阅读次数:333
bnu 34988 Happy Reversal
Happy Reversal Elfness is studying in an operation "NOT". For a binary number A, if we do operation "NOT A", after that, all digits of A will be reversed. (e.g. A=1001101, after operation "NOT A...
分类:移动开发   时间:2014-08-16 21:10:31    阅读次数:321
HDU 3397 Sequence operation 线段树
线段树大杂烩~ 各种操作都有,细心点不难1A#include #include #include #include using namespace std;#define lson rt> 1; int Llen = mid - l + 1, Rlen = r - mid; for (int i =...
分类:其他好文   时间:2014-08-15 17:28:09    阅读次数:247
docker容器跨服务器的迁移方式export和save
前沿:这两天把报警平台放在了docker里面跑了,但是宿主机本身性能就不好,所以导致mongodb到挂了好几次了。这次搞了一台牛逼的服务器,虽说是opentstack里面的主机,但是iops很不错。你的程序放在docker里面迁移起来很是方便,像是以前的话,需要重新部署环境和静态文件。放在d..
分类:其他好文   时间:2014-08-15 14:48:59    阅读次数:298
HDU4952:Number Transformation
Problem Description Teacher Mai has an integer x. He does the following operations k times. In the i-th operation, x becomes the least integer no less than x, which is the multiple of i. He w...
分类:其他好文   时间:2014-08-15 14:41:45    阅读次数:165
内存分配与Segmentation fault
为了方便使用,我做了如下结构体的嵌套使用:struct operation{ int num; char name[100]; char owner[100]; char msg[100];};struct collect{ int num; char name[100]; char owner[1...
分类:其他好文   时间:2014-08-15 12:03:28    阅读次数:308
Docker创建MySQL容器
Docker创建MySQL容器...
分类:数据库   时间:2014-08-15 08:17:37    阅读次数:214
CF#52 C Circular RMQ (线段树区间更新)
Description You are given circular array a0,?a1,?...,?an?-?1. There are two types of operations with it: inc(lf,?rg,?v) — this operation increases each element on the segment [lf,?rg] (inclu...
分类:其他好文   时间:2014-08-15 00:01:56    阅读次数:327
<Docker>01 命令参数解析
最近Docker1.0稳定版发布了,这给paas注入新鲜的血液。Docker是一个功能强大的自动化分布式系统:大规模的Web部署、数据库集群、持续部署系统、私有PaaS、面向服务的体系结构等。Docker是一种增加了高级API的LinuXContainer(LXC)技术,提供了能够独立运行Unix进程的轻量级虚..
分类:其他好文   时间:2014-08-14 21:05:49    阅读次数:269
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!