利用Docker构建开发环境Posted bymakewonderon 2014 年 4 月 2 日最近接触PAAS相关的知识,在研发过程中开始使用Docker搭建了自己完整的开发环境,感觉生活在PAAS时代的程序员真是幸福,本文会简要介绍下Docker是什么,如何利用Docker来搭建自己的开发环...
分类:
其他好文 时间:
2014-11-11 19:00:06
阅读次数:
316
If you are working on ASP.NET MVC web sites in Visual Studio 2013 (VS2013), you need to make one registry change if you want to run IIS Express as a 6...
分类:
Web程序 时间:
2014-11-10 19:33:24
阅读次数:
275
32-bit and 64-bit Application Data in the RegistryOn 64-bit Windows, portions of the registry entries are stored separately for 32-bit application and...
分类:
其他好文 时间:
2014-11-10 17:17:04
阅读次数:
325
win7操作系统在安装startuml的时候总是报错出现了如下错误提示:"Exception EOleSysError in module StarUML.exe at 000AD559. Error accessing the registry OLE".(windows 7 系统)无论重装多少遍...
分类:
其他好文 时间:
2014-11-10 15:27:21
阅读次数:
2360
The customers got the shared memory 80error on AIX environment; utility truss is used to track the debug info,eXtremeDB.registry access error is found. Release notesdescribed as follows: These names ...
分类:
数据库 时间:
2014-11-10 10:00:31
阅读次数:
237
二、express 1.安装 express4npm --registry=http://registry.npmjs.org install -g express-generator (全局)2.新建express项目express -t ejs newsprojectcd newsprojec....
分类:
Web程序 时间:
2014-11-09 20:38:53
阅读次数:
214
Docker Architecture Learning
分类:
其他好文 时间:
2014-11-09 15:11:52
阅读次数:
277
网上看了个docker基础视频,笔记如下:1.docker需要linux 3的内核支持才行,os系统级别的支持2.docker重要的三个概念:容器、仓库、镜像3.一台机器上启动多个docker,性能>多个虚拟机4.启动docker,每个docker端口不通,端口映射,对外端口81,docker端口8...
分类:
其他好文 时间:
2014-11-09 12:32:45
阅读次数:
192
众所周知,docker容器技术是现在最火话题,作为一个程序员,如何才能更好使用这些先进的技术我的开发带来方便呢?
那么boot2docker是我独一无二的选择。boot2docker是基于 Tiny Core Linux 的轻量级Linux发行版,专为 Docker准备,完全运行于内存中,24M大小,启动仅5-6秒。...
分类:
其他好文 时间:
2014-11-09 09:56:17
阅读次数:
150
tomcat server是眼下比較流行的开源中间件server,以下介绍怎样使用 docker 来做一个 tomcat 数据库服务。官方的仓里没有标 OFFICIAL 的 tomcat 的镜像,只是 「tutum」的镜像做的很好,我们能够直接 pull 他们的镜像来完毕我们的操作。core@loc...
分类:
其他好文 时间:
2014-11-07 20:36:30
阅读次数:
292