今天,daimajia推荐使用docker,其实一直都听过docker,但没用过,今天参考几篇文档把docker搞定了。果然起的速度比一般虚拟机快
我的电脑是ubuntu14.04 安装的话用包源进行安装
$ sudo apt-get install apt-transport-https
$ sudo apt-key adv --keyserver hkp://keyserver.u...
分类:
系统相关 时间:
2014-11-04 19:46:42
阅读次数:
733
enough----------------------------------------------------------------------------------Working with Containers-In thelast section of the Docker User ...
分类:
其他好文 时间:
2014-11-04 18:59:22
阅读次数:
186
Working with Docker Images##orignal is always the bestIn theintroductionwe've discovered that Docker images are the basis of containers. In thepreviou...
分类:
其他好文 时间:
2014-11-04 17:17:43
阅读次数:
292
--------------------------------------------------------------------------original url http://tech.uc.cn/?p=2726最近接触PAAS相关的知识,在研发过程中开始使用Docker搭建了自己完整的...
分类:
其他好文 时间:
2014-11-04 12:31:26
阅读次数:
215
网上的方法都转载兼扯蛋。。。一步一个坑。。官网的教程顺序也不对。。坑1. ps:这个命令下载的不是docker。。。这个:sudo apt-get install docker下的是啥我也不知道,于是卸载掉:$ sudo apt-get remove docker && sudo apt-get a...
分类:
其他好文 时间:
2014-11-03 19:19:09
阅读次数:
254
form内控件参数自动添加到url后,而自定义的url参数则不能添加到url后 $('#fm').form('submit', { url: 'Data/Diary.ashx?dt=' + new Date() + '&operation=save', operatio...
分类:
其他好文 时间:
2014-11-03 17:44:15
阅读次数:
167
Docker是由PaaS提供商dotCloud在2013年年初创建的一款开源应用引擎,Docker可以自动将任何应用打包成轻量、可移植、自包涵的容器引擎。开发者构建的应用可以一次构建全平台运行,包括本地开发机器,生产环境,虚拟机和云等。Docker基于Go语言开发,代码托管在 Github上,并遵循...
分类:
其他好文 时间:
2014-11-03 12:54:56
阅读次数:
469
package com.simpleFactory;/** * 运算类 * @author Administrator * */public class Operation { private double numberA; private double numberB;...
分类:
编程语言 时间:
2014-11-02 12:25:03
阅读次数:
169
adb remount 失败:remount failed: Operation not permitted
关于ADB的使用,这里再说明下:常用命令
adb shell - 登录设备shell,后面也可直接跟运行命令。如:adb shell rm -r /system/sd/app
adb pull - 从手机中下载文件到电脑上。如:adb pull /data/app_s...
分类:
数据库 时间:
2014-11-01 12:00:16
阅读次数:
233
1、报错如下:Invalid Operation the connection is closed,无效操作,连接被关闭。这个错误是并不是每次都报,只有在复杂操作、大事务的情况下才偶然报出来。stackOverflow上有很多关于这个问题的讨论,例如这个:《System.Data.OracleCli...
分类:
其他好文 时间:
2014-10-31 18:52:42
阅读次数:
664