码迷,mamicode.com
首页 >  
搜索关键字:docker install/container operation    ( 19931个结果
docker 实战---安装一个基础镜像 (一)
泡了几天官网,对docker有了一点了解。准备着手搭建一个公司的开发测试环境,包括java、python。 一、环境介绍 首先说明一下我的环境 2台物理服务器(后面简称主机) 主机A的配置如下: [root@opnvz ~]# lsb_release -a LSB Version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:cor...
分类:其他好文   时间:2014-08-22 10:52:36    阅读次数:297
Hdu3397Sequence operation线段树
#include #include #include #include #include #include #include #include #include #include #include #include #include#includeusing namespace std;cons.....
分类:其他好文   时间:2014-08-22 00:19:35    阅读次数:205
[Go语言]从Docker源码学习Go——指针和Structs
这两天在看reflect这个包在Docker中的使用时,遇到了各种问题,最后虽然知道怎么用了。但是对于这块的原理还不是太懂,于是把"THE WAY TO GO"中关键的几章看了下。继续坚持往下写,争取能说明白。源码还是先看Docker中源码, docker/api/client/cli.gotype...
分类:编程语言   时间:2014-08-22 00:18:35    阅读次数:295
Docker实践(4)—network namespace与veth pair
network namespace与veth pair
分类:Web程序   时间:2014-08-22 00:07:19    阅读次数:534
UML基本架构建模--类的辅助信息
?? Organizing Attributes and Operations 组织属性和操作   When drawing a class, you don’t have to show every attribute and every operation at once. In fact, in most cases, you can’t (there are too man...
分类:其他好文   时间:2014-08-21 22:50:55    阅读次数:423
Edit Distance
leetcode的题目Given two wordsword1andword2, find the minimum number of steps required to convertword1toword2. (each operation is counted as 1 step.)You h...
分类:其他好文   时间:2014-08-21 22:29:54    阅读次数:279
[Go语言]从Docker源码学习Go——init()方法和identifier首字母大小写区分
init()方法如果想在一个go文件里,进行一些初始化的工作,可以把代码放到init()方法中。init()方法先被执行。func init() { // initialization of package}注意:它是没有输入参数和返回参数的。identifier首字母大小写区分当identifie...
分类:编程语言   时间:2014-08-21 00:09:33    阅读次数:486
Linux内核升级
docker官方文档说要求Linux kernel至少3.8以上,centos6.5内核是2.6.32-431.20.3.el6.x86_64 通过(uname -a)查看centos 6.5 升级内核 linux 3.12.17http://www.cnblogs.com/vicowong/p/3...
分类:系统相关   时间:2014-08-20 19:20:32    阅读次数:416
centos6.4 docker1.0 安装部署
一:简介:Docker是一个开源的引擎,可以轻松的为任何应用创建一个轻量级的、可移植的、自给自足的容器。开发者在笔记本上编译测试通过的容器可以批量地在生产环境中部署,包括VMs(虚拟机)、baremetal、OpenStack集群和其他的基础应用平台。二:Docker应用场景:1.web应用的..
分类:其他好文   时间:2014-08-20 16:37:23    阅读次数:273
Docker Network Configuration 高级网络配置
Network Configuration TL;DR When Docker starts, it creates a virtual interface named docker0 on the host machine. It randomly chooses an address and subnet from the private range defined by RF...
分类:Web程序   时间:2014-08-20 14:12:09    阅读次数:591
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!