码迷,mamicode.com
首页 >  
搜索关键字:docker install/container operation    ( 19931个结果
OCP读书笔记(23) - 题库(ExamC)
200.Which operation requires that you create an auxiliary instance manually before executing theoperation? (Choose all that apply.)A. Backup-based dat...
分类:其他好文   时间:2014-08-06 21:51:22    阅读次数:2954
建立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
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
win8 64下启动Apache失败:443端口被占用的解决方法
启动Apache是443端口被占用,报The requested operation has failed错。
分类:Windows程序   时间:2014-08-06 04:09:00    阅读次数:7386
“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
POJ 3468 A Simple Problem with Integers(线段树 区间更新)
Description You have N integers, A1, A2, ... , AN. You need to deal with two kinds of operations. One type of operation is to add some given number to each number in a given interval. The other ...
分类:其他好文   时间:2014-08-05 11:15:59    阅读次数:243
Method and apparatus for establishing IEEE 1588 clock synchronization across a network element comprising first and second cooperating smart interface converters wrapping the network element
Apparatus for making legacy network elements transparent to IEEE 1588 Precision Time Protocol operation. Network elements are wrapped by device(s) cap...
分类:移动开发   时间:2014-08-04 21:05:07    阅读次数:464
创建不用ssh密码登陆的docker镜像
操作系统:vmcentos6.5容器:docker前提:可以ssh的docker镜像已经创建第一种方法,手动创建1.在宿主机上生成新的密钥和公钥###ssh-keygen[-q][-bbits]-ttype[-Nnew_passphrase][-Ccomment][-foutput_keyfile] #ssh-keygen的具体用法参考官方文档 ssh-keygen-q-N""-tdsa-f/root..
分类:其他好文   时间:2014-08-04 18:21:09    阅读次数:326
Docker学习笔记(2)--Docker常用命令
1. 查看docker信息(version、info) # 查看docker版本 $docker version # 显示docker系统的信息 $docker info 2. 对image的操作(search、pull、images、rmi、history) # 检索image $docker search image_name # 下载image $docker pull ...
分类:其他好文   时间:2014-08-04 14:19:37    阅读次数:224
iOS 自带地图定位失败原因 Code=0和Code=1区别
1:没有选择位置 Error Domain=kCLErrorDomain Code=0 "The operation couldn’t be completed. (kCLErrorDomain error 0.)" 解决方案: 2:软件没有获得定位许可 Error Domain=kCLErrorDomain Code=1 "The operation co...
分类:移动开发   时间:2014-08-04 14:18:27    阅读次数:222
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!