码迷,mamicode.com
首页 >  
搜索关键字:docker storage    ( 20346个结果
Docker使用Dockerfile创建支持ssh服务自启动的容器镜像
Docker使用Dockerfile创建支持ssh服务自启动的容器镜像...
分类:其他好文   时间:2014-08-07 09:51:40    阅读次数:228
Method and Apparatus for Providing Highly-Scalable Network Storage for Well-Gridded Objects
An apparatus comprising a plurality of storage nodes comprising a plurality of corresponding storage disks and configured to store data in a distribut...
分类:移动开发   时间:2014-08-07 03:01:28    阅读次数:456
Extension of write anywhere file system layout
A file system layout apportions an underlying physical volume into one or more virtual volumes (vvols) of a storage system. The underlying physical vo...
分类:其他好文   时间:2014-08-06 21:52:22    阅读次数:510
Extensible File System
An extensible file system format for portable storage media is provided. The extensible file system format includes the specification of primary and s...
分类:其他好文   时间:2014-08-06 18:43:11    阅读次数:359
建立docker私有hub
docker是一个非常好用的虚拟化工具。下面给出建立私有docker hub的方法。docker将私有hub的环境打包在registry image中执行指令:docker run -p 5000:5000 registry这条指令启动一个基于registry image的cotainer。并将ho...
分类:其他好文   时间:2014-08-06 18:13:21    阅读次数:274
《Microsoft Sql server 2008 Internals》读书笔记--第六章Indexes:Internals and Management(1)
《Microsoft Sql server 2008 Internals》索引目录: 《Microsoft Sql server 2008 Internals》读书笔记--目录索引   在第五章主要学习了table的内部存储结构,第七章《Special storage》中将继续深入学习存储机制,那将是本书最难理解的一章。第六章主要介绍index的基础知识,第八章是《query O...
分类:数据库   时间:2014-08-06 14:47:31    阅读次数:336
Docker创建支持ssh服务的容器和镜像
1. 这里使用的centos作为容器,所以首先下载centos的images# sudo docker pull centos2. 下载后运行一个centos的容器,这里使用centos6作为我测试的容器# sudo docker run --name=centos-ssh -i -t centos:centos6 /bin/bash3. 安装openssh-server服务软件包# yum in...
分类:其他好文   时间:2014-08-06 08:26:01    阅读次数:294
“Object "netns" is unknown, try "ip help".\n'”报错
tail-f/var/log/neutron/dhcp-agent.logBydefault,CentOS6.4doesnotsupportnetworknamespaces.Ifonewantstotestthenewvirtualizationplatforms(Docker,OpenStack,&co…)onaCentOSserver,allfeatureswon’tbeavailable.ForOpenStackforexample,Neutronwon’tworkasexpected,..
分类:Web程序   时间:2014-08-05 11:35:39    阅读次数:1996
java 生产者与消费者问题
package concurrency;import java.util.concurrent.ExecutorService;import java.util.concurrent.Executors;public class Storage { private int capacity; ...
分类:编程语言   时间:2014-08-05 10:47:39    阅读次数:322
End-to end provisioning of storage clouds
Embodiments discussed in this disclosure provide an integrated provisioning framework that automates the process of provisioning storage resources, en...
分类:其他好文   时间:2014-08-05 00:29:38    阅读次数:354
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!