码迷,mamicode.com
首页 >  
搜索关键字:docker install/container operation    ( 19931个结果
docker study
参考章宇兄的开源项目学习ABC的方法来对docker进行简单的学习与分析,下面是分析过程中画的图片....
分类:其他好文   时间:2014-10-09 19:44:57    阅读次数:130
开源中国活动分享
周末无事约了曾经同事去听了开源中国源创会的活动,感觉不错。简单说一下。docker近期真是非常火,昨天才刚听完一个同事的分享,使用linux containers和aufs降低虚拟化的overhead,build ship and run,有好感。今天是七牛一哥们做的分享,docker适合做paas...
分类:其他好文   时间:2014-10-09 17:26:17    阅读次数:156
Docker笔记
简介Docker 是 dotCloud 最近几个月刚宣布的开源引擎,旨在提供一种应用程序的自动化部署解决方案,简单的说就是,在 Linux 系统上迅速创建一个容器(类似虚拟机)并在容器上部署和运行应用程序,并通过配置文件可以轻松实现应用程序的自动化安装、部署和升级,非常方便。因为使用了容器,所以可以...
分类:其他好文   时间:2014-10-09 00:51:57    阅读次数:1466
数据库操作的异常Cannot perform this operation because the connection pool has been close
====================问题描述==================== 异常日志如下: Causedby:java.lang.IllegalStateException:Cannotperformthisoperationbecausetheconnectionpoolhasbee...
分类:数据库   时间:2014-10-08 17:30:55    阅读次数:206
Docker Network 配置,自定义bridge网络
DockerNetwork配置,自定义bridge网络 1.停止服务 servicedockerstop 2.关掉docker0 ifconfigdocker0down 3.删除docker brctldelbrdocker0 4.增加网桥br500 yuminstallbridge-utils 2,网络配置 [root@AthController53network-scripts]#catifcfg-br500 DEVICE=br500 ONBOO..
分类:Web程序   时间:2014-10-08 16:15:46    阅读次数:447
[搜索] hdu 4016 Magic Bitwise And Operation
题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=4016 Magic Bitwise And Operation Time Limit: 6000/3000 MS (Java/Others)    Memory Limit: 65768/65768 K (Java/Others) Total Submission(s): 1315...
分类:其他好文   时间:2014-10-08 11:29:45    阅读次数:285
Leetcode: Edit Distance
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 have t...
分类:其他好文   时间:2014-10-08 07:40:24    阅读次数:228
Android学习笔记-Intent(一)
Intent对象在Android官方API这样描述:It is a passive data structure holding an abstract description of an operation to be performed.它是一种数据结构,抽象描述一次将要被执行的操作,其作用.....
分类:移动开发   时间:2014-10-07 03:11:22    阅读次数:341
利用xming做linux下jconsole的图像转发遇到的问题
缺少X11显示设置Exception in thread "AWT-EventQueue-0" java.awt.HeadlessException: No X11 DISPLAY variable was set, but this program performed an operation.....
分类:系统相关   时间:2014-10-06 17:19:30    阅读次数:528
yate.conf
仅仅是配置文件,粘贴如下,不做解释!去掉了很多功能!仅保留sip电话! [general] ; General settings for the operation of Yate ; modload: boolean: Should a module be loaded by default if there is no ; reference to it in the [modules]...
分类:其他好文   时间:2014-10-06 16:09:00    阅读次数:167
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!