搜索结果
2022-08-25
马全一: docker& dockerhub
agenda 1.dockerchinese community 2.docker& dockergovernance 3.namespaces & cgoups 4.storage drive kernel -> aufs 5.dockerhub & dockerregistry 6.dockerregistry api 7.community version dockerhub 8.dockerremote api 9.dockerfile 10.opensource projects base dockerwho am i? 马全一meaglith ma docker中文社区创始人dockboard.org & docker.cn 微博马全一g google.com/ meaglithma twitter genedna email   genedna gmail.com book dockeropen book github.com/ genedna/dockeropenbook about dockercommunity in china dockboard.org https://github.com/dockboard system virtualization vs container virtualization what s docker? dockerhub dgab -> dockergovernance advisory board 1.dgab or fond? 2.seats for commit no fee or sponsorship.  3.membership for 12 months 24 months max.  4.dgab is not charge. how to use docker? what s namespaces? 1.pid namespace 2.net namespace 3.mnt namespace 4.uts
接口呈现轻量,易上手易部署batteries included but swappable 创建一个集群hosted discovery service swarm create 将节点加⼊入到集群中:   swarm   join --add < nodeip> token://< token> 启动swarm manage swarm manage --addr < swarmip> token://< token> 采用
docker命令进行容器的创建:
dockerrun -c 1 -m 1024m 服务发现支持3 类后端:(1 )hosted discovery service :
docker  hub 提供的发现服务,需要连接外网访问(2 )kv 分布
2022-08-25
秦天欢: docker、kubernetes 、neutron 中的网络简介
docker、kubernetes 、neutron 中的网络简介分享人:秦天欢unitedstack
有云网络组
docker中的网络一个package 三个概念:sandbox 、endpoint 、network 五个编程对象(结构体):networkcontroller 、driver 、sandbox 、endpoint 、network 网络结构& 数据包流向kubernetes 中的网络网络结构& 数据包流向servise& kube-proxy pause 容器neutron 中的网络整体架构ml2& 数据包流向三者间的比较
docker容器
docker
2022-08-25
james turnbull :《the dockerbook 》
2022-08-24
docker周刊第128 期: docker项目三周年了
docker项目已经三周年了。三年前,dockr 的创始人,兼cto 和cpo ,solomon hykes 在pycon 的一次大会上首次分享了
docker项目lightning talk at pycon 2013 on the future of linux containers 。自那以后,
docker项目快速成长为一个健壮的项目,在github 上斩获了29000 多次的start ,2b 的容器下载,还
有1600 的社区贡献者。
docker项目已经三周年了。三年前,
2022-08-24
docker周刊139 期: docker和hpe ,提升企业数据中心中的应用架构
dockerand hpe: accelerating modern app architectures in enterprise datacenters we are excited to share that together
dockerand hpe will deliver integrated and fully supported
dockerready hpe x86 servers bundled with
dockers commercially supported engine cs engine right out of the box. this collaboration helps businesses transform and modernize their datacenters to benefit from a more agile development environment. with new
dockerready hpe servers it organizations have the ability to easily move from test/dev to production and achieve a highly available secure environment at enterprise scale for dockerized applications that work with hpe s extensive enterprise management tools. read the blog post to learn more.   open source at
dockerpart 2: the processes we
2022-08-24
garena 黄智凯:利用 docker构建自动化运维
2022-08-24
docker1.12.0 改进了服务的负载均衡参数
在最新发布的1.12.0 版本中,当在集群中启动服务时,
docker通过dns 和ip 虚拟服务器(ipvs )为服务的负载均衡引入了新的参数。新版
docker引入了内置的dns 服务器,当启动一个容器时,可以通过它使用--net-alias 参数来为容器的ip 地址映射别名。这个特性从1.10 后就可使用。从  1.11 版本之后,
docker
2022-08-24
docker学习笔记: docker简介和安装
一、docker简介docker两个主要部件:docker: 开源的容器虚拟化平台dockerhub: 用于分享、管理docker容器的dockersaas 平台--  dockerhub docker使用客户端- 服务器c/s 架构模式。docker客户端会与docker守护进程进行通信。docker守护进程会处理复杂繁重的任务,例如建立、运行、发布你的docker容器。docker客户端和守护进程可以运行在同一个系统上,当然




