docker编程:学习 docker 官方文档哪里下? -YDOOK

docker 文档官方下载网址:

https://docs.docker.com

官方描述:

Docker provides a way to run applications securely isolated in 
a container, packaged with all its dependencies and libraries.

Get started with Docker
Try our multi-part walkthrough that covers writing your first app, 
data storage, networking, and swarms, and ends with your app 
running on production servers in the cloud. Total reading time 
is less than an hour.

docker 可以分为社区 community 版本与企业版 enterprise 版本,下面是两种版本的官方介绍:

1. 社区版本:

Docker Engine - Community
Get started with Docker and experimenting with container-based apps.
Docker Engine - Community is available on many platforms, from
desktop to cloud to server. Build and share containers and automate 
the development pipeline from a single environment. Choose the Edge
channel to get access to the latest features, or the Stable channel 
for more predictability.
中文参照:
Docker引擎-社区
开始使用Docker并尝试基于容器的应用程序。Docker Engine-Community在许多
平台上都可用,从桌面到云到服务器。构建和共享容器,并从单个环境自动化开
发管道。选择边缘通道以访问最新功能,或选择稳定通道以获得更多可预测性。

2. 企业版本:

Docker Enterprise
Designed for enterprise development and IT teams who build, ship,
and run business critical applications in production at scale. 
Integrated, certified, and supported to provide enterprises 
with the most secure container platform in the industry to
modernize all applications. Docker Enterprise comes with
Universal Control Plane (UCP) for managing and orchestrating
the container runtime, and Docker Trusted Registry (DTR)
for storing and securing images in an enterprise grade registry.
中文参照:
Docker企业
专为企业开发和IT团队设计,他们可以在生产中大规模地构建、发布和运行业务关键
型应用程序。集成、认证和支持,为企业提供业界最安全的容器平台,使所有应用程
序现代化。Docker Enterprise配有用于管理和编排容器运行时的通用控制平面(UCP),
Docker Trusted Registry(DTR)用于在企业级注册表中存储和保护图像。

你可能感兴趣的:(docker)