现在的位置: 首页 > 综合 > 正文

docker

2014年09月28日 ⁄ 综合 ⁄ 共 951字 ⁄ 字号 评论关闭

Docker
打包工具,jar/war/... < Docker < VM
资源占用:Docker < Vagrant < VM
Ubuntu 14.04 + Docker
Docker.io才是正主,Docker程序只提供Tray

http://docs.docker.com/installation/ubuntulinux/

资料:

http://www.docker.com/whatisdocker/

http://www.docker.com/tryit/

Docker入门教程(http://segmentfault.com/a/1190000000366923)

http://www.vpsee.com/2013/07/use-docker-and-lxc-to-build-a-desktop/

Docker and LXC
Under the covers it's using LXC. (https://www.openshift.com/blogs/technical-thoughts-on-openshift-and-docker)

http://stackoverflow.com/questions/17989306/what-does-docker-add-to-just-plain-lxc

Others
Docker vs openshift

http://stackoverflow.com/questions/16840342/how-does-docker-compare-to-openshift

Docker vs Vagrant
Vagrant is a virtual machine manager (http://stackoverflow.com/questions/16647069/should-i-use-vagrant-or-docker-io-for-creating-an-isolated-environment)

comparison table (http://www.scriptrock.com/articles/docker-vs-vagrant)

ubuntu下试用:
sudo apt-get install docker.io (注意不是docker)
sudo docker.io run -i -t ubuntu /bin/bash

抱歉!评论已关闭.