Why Docker?

文章目录
  1. 1. Why Docker?
  2. 2. Docker Containers as a Service(CaaS)
    1. 2.0.1. Agility 灵活性
    2. 2.0.2. Control 控制性
    3. 2.0.3. Portability 可移植性

一直听说Docker怎么怎么厉害,不明所以,网上查了下,也只是简单了解.学技术还得去官网,尽管Docker官网都是英文,看的比较辛苦,不过一方面学技术,一方面学英语也是妙事.这一系列的Docker笔记,就边抄英文边翻译,边学技术吧.

Why Docker?

Docker provides an integrated technology suite that enables development and IT operations teams to build,ship,and run distributed applications anywhere.

Docker 提供了一个集成的技术组件,它使得开发或IT运营团队可以在任何地方构建,ship,以及运行分布式应用.(ship到底该怎么翻译呢?)

Docker Containers as a Service(CaaS)

Achieve agility and control for Development and IT operations teams to build,ship,and run any app,anywhere

开发或者IT运营部门在任何地方对应用进行构建,ship都实现了灵活性和控制性

Agility 灵活性

Docker gives developers the freedom to define environments, and create and deploy apps faster and easier,and flexibility for IT ops to quickly response to change.

Docker使开发人员能够自由的定义环境,以及简单快速的创建和部署应用,同时提供了灵活性,IT运维也可以快速应对变化.

Control 控制性

Docker enables developers to own all the code from infrastructure to app , and the manageability for IT ops to standardize ,secure and scale the operating environment.

Docker能够让开发人员从基础设施到应用程序上获取所有的代码 , 能让IT运维对于操作环境的规范,安全,规模都易于管理.

Portability 可移植性

Docker gives you choice without complexity , from a laptop to team , to private infrastructure and public cloud provides.

Docker给你简单的选择,从个人电脑到团队,从私有基础设施到公有云服务提供商.