码迷,mamicode.com
首页 >  
搜索关键字:docker install/container operation    ( 19931个结果
运维自动化之ansible playbook结合docker安装smokeping
本次介绍ansible的palybook结合docker进行虚拟机里安装2.6.8版本smokeping(apache版本是2.4.7)。docker版本09:26:53#dockerversion Clientversion:0.11.1 ClientAPIversion:1.11 Goversion(client):go1.2.1 Gitcommit(client):fb99f99/0.11.1 Serverversion:0.11.1 ServerAPI..
分类:其他好文   时间:2014-08-11 12:12:33    阅读次数:1941
JavaFX学习之道:FileChooser 、POI导出Excel文件
以下是JavaFX中导出Excel的核心代码: private HSSFWorkbook workbook;  /* Build Operation Button Area */         Button exportBn = ButtonBuilder.create().text("导出Excel").prefWidth(80).prefHeight(30).build(); ...
分类:编程语言   时间:2014-08-11 10:09:22    阅读次数:469
facebook chat 【转】
Facebook Chat, offered a nice set of software engineering challenges:Real-time presence notification:The most resource-intensive operation performed i...
分类:其他好文   时间:2014-08-08 17:26:26    阅读次数:311
Centos7 + docker + shipyard 场景测试
Docker+shipyard测试1测试拓扑:2测试目的:在两台Centos7服务器上安装docker程序,测试镜像封装从镜像运行两个apache应用,测试服务访问安装shipyard容器管理程序,测试管理两台主机及container3测试过程3.1Linux桥接若已启用docker,先停止docker服务和移除docker0网桥:#Sto..
分类:其他好文   时间:2014-08-08 16:29:16    阅读次数:389
org.codehaus.xfire.fault.XFireFault: Not enough message parts were received for the operation.
org.codehaus.xfire.fault.XFireFault: Not enough message parts were received for the operation.   当外部调用你的接口时,没有正确调用,少了参数或者什么,让调用者好好检查下,或者重新更下wsdl,在调用程序。 这个不是java的粗,而是调用者的调用接口错了,才会报错的信息...
分类:其他好文   时间:2014-08-08 16:11:16    阅读次数:205
关于docker的15个小tip
1. 获取最近运行容器的id这是我们经常会用到的一个操作,按照官方示例,你可以这样做(环境ubuntu):$ID=$(dockerrunubuntuechohelloworld)helloworld$dockercommit$IDhelloworldfd08a884dc79这种方式在编写脚本的时候很...
分类:其他好文   时间:2014-08-08 15:36:06    阅读次数:332
FZU 2105 (线段树)
Problem 2105 Digits CountProblem DescriptionGiven N integers A={A[0],A[1],...,A[N-1]}. Here we have some operations:Operation 1:AND opn L RHere opn, L...
分类:其他好文   时间:2014-08-07 21:53:40    阅读次数:257
docker不稳定 short running containers with -rm failed to destroy
正常运行以下命令sudo docker run --rm busybox echo helloworld/var/log/upstart/docker.log 日志如下:2014/08/07 00:12:02 POST /v1.13/containers/create[339dd1d9] +job ...
分类:其他好文   时间:2014-08-07 15:40:20    阅读次数:333
Docker使用Dockerfile创建支持ssh服务自启动的容器镜像
Docker使用Dockerfile创建支持ssh服务自启动的容器镜像...
分类:其他好文   时间:2014-08-07 09:51:40    阅读次数:228
Edit Distance leetcode java
题目:Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.)You ha....
分类:编程语言   时间:2014-08-07 05:11:48    阅读次数:258
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!