wanghaisheng / wanghaisheng.github.io

我的博客
https://wanghaisheng-github-io.vercel.app
17 stars 3 forks source link

docker化 #15

Closed wanghaisheng closed 9 years ago

wanghaisheng commented 9 years ago

1.sharp下的几个组件的docker image构建 http://informatics.mayo.edu/sharp/

http://informatics.mayo.edu/sharp/index.php/Data_Normalization_Framework_2.0_Install_By_Download https://cwiki.apache.org/confluence/display/CTAKES/cTAKES+3.2+User+Install+Guide

wanghaisheng commented 9 years ago

网络转发 的问题 宿主机和容器的ip_forward 默认值设置

wanghaisheng commented 9 years ago

从KVM到docker的迁移中 必然会有两种思路 信仰的冲突 还是跟着自己的需要走就好了

wanghaisheng commented 9 years ago

http://developerblog.redhat.com/2015/01/20/microservice-principles-and-immutability-demonstrated-with-apache-spark-and-cassandra/ 红帽工程师 http://www.cidrdb.org/cidr2015/Papers/CIDR15_Paper16.pdf 论文

wanghaisheng commented 9 years ago

http://blog.sina.com.cn/s/blog_493a8455010161hi.html

wanghaisheng commented 9 years ago

http://segmentfault.com/blog/yexiaobai/1190000002531072 使用 Docker, 7 个命令部署一个 Mesos 集群

wanghaisheng commented 9 years ago

Scaling Docker with Kubernetes http://www.infoq.com/articles/scaling-docker-with-kubernetes

wanghaisheng commented 9 years ago

Mirantis的Fuel的控制节点,其实已经用docker来安装各个组件的服务。现在Openstack大家也比较倾向使用docker来完成这个工作。Openstack新发起一个项目Kolla,利用docker来部署Openstack,让希望了解Docker朋友,可以在玩openstack过程中,熟悉docker,用起docker,感受docker优势O网页链接 https://github.com/stackforge/kolla

wanghaisheng commented 9 years ago

http://tech.paulcz.net/cdatx-advanced-docker/#/6 Docker 高级指南 http://tech.paulcz.net/2015/03/optimizing-your-dockerfiles/

wanghaisheng commented 9 years ago

Docker Workflow(一):一个可用于生产环境的Docker工作流

Docker Workflow(二):存储问题

Docker Workflow(三):编排工具

Docker Workflow(四):服务发现与负载均衡

http://dockone.io/article/280 http://dockone.io/article/274 http://dockone.io/article/278 http://dockone.io/article/283

wanghaisheng commented 9 years ago

把 Docker 镜像的大小缩小了 98.8% ,方法是用 fanotify 检测运行的容器访问/打开的文件,去掉没有用到的文件。 https://blog.jtlebi.fr/2015/04/25/how-i-shrunk-a-docker-image-by-98-8-featuring-fanotify/

wanghaisheng commented 9 years ago

http://jasonwilder.com/blog/2014/10/13/a-simple-way-to-dockerize-applications/ docker化的案例