绑定完请刷新页面
取消
刷新

分享好友

×
取消 复制
docker ppt: 桂阳:通过工作流实现Docker在CoreOS自动化部署
2020-05-13 16:11:31

Automated Deploy Docker Containers on CoreOS


桂阳
Docker Meetup Beijing 7/13/2014

Agenda

  • CoreOS features.
  • Intro to main components of CoreOS.
  • Demonstration for CoreOS cluster
  • management on my laptop.
  • Deploy Docker images on CoreOS.
  • Docker Meetup Beijing 7/13/2014

CoreOS Features

  • LXC and Application container.
  • No package manager.
  • Docker containers
  • Painless updating.
  • Clustered by default .
  • Distributed systems tools.
  • Service discovery .

Virtualization

  • Hypervisor
  • Container
  • Application
  • Container
  • lightweight

Hypervisor

  • Hardware emulation (many virtual hardwares ).
  • Host machine / Guest machine, can run different OSs.
  • Lower density, performance, scalability, security.

Container

  • Real machine, host provides Kernel,
  • one kernel many userspace instances.
  • Filesystem, network interface, etc.
  • High density, dynamic resource allocation.
  • Native performance, no overhead (almost).

Application Container

  • Starts from application (not /sbin/init as Container).
  • Filesystem: read-only, shared, slave, private.
  • User data, socket fd etc. 

Painless updating

  • CoreOS is currently booted off partition A.
  • An update is installed onto partition B.
  • Machine is rebooted onto the B partition.
分享好友

分享这个小栈给你的朋友们,一起进步吧。

Docker 专区
创建时间:2020-05-08 10:53:18
Docker 是一个开源的应用容器引擎,让开发者可以打包他们的应用以及依赖包到一个可移植的镜像中,然后发布到任何流行的 Linux或Windows 机器上,也可以实现虚拟化。容器是完全使用沙箱机制,相互之间不会有任何接口。
展开
订阅须知

• 所有用户可根据关注领域订阅专区或所有专区

• 付费订阅:虚拟交易,一经交易不退款;若特殊情况,可3日内客服咨询

• 专区发布评论属默认订阅所评论专区(除付费小栈外)

技术专家

查看更多
  • 小雨滴
    专家
戳我,来吐槽~