版本

Docker 版本 #

查看版本 #

docker -v
docker --version #查看版本
docker-compose --version #查看版本
docker-machine --version #查看版本
docker version #查看client和server端版本,并可以查看是否开启体验功能


历史版本 #

最新版本

19.03 (2019-07-22) #

19.03.12 (2020-06-18) #


18.09 (2018-11-08) #

Docker 合并版本号 #

New in 18.09 is an aligned release model for Docker Engine - Community and Docker Engine - Enterprise. The new versioning scheme is YY.MM.x where x is an incrementing patch version. The enterprise engine is a superset of the community engine. They will ship concurrently with the same x patch version based on the same code base.

分拆 client 与 daemon #

The client and container runtime are now in separate packages from the daemon in Docker Engine 18.09. Users should install and update all three packages at the same time to get the latest patch releases.

For example, on Ubuntu:

sudo apt install docker-ce docker-ce-cli containerd.io

18.06 (2018-07-18) #

17.03 (2017-03-01) #

Docker CE 和 Docker EE(17.03) #

新版本: Docker Engine release notes

在 2017 年 3 月 2 日,docker 团队宣布企业版 Docker Enterprise Edition (EE) 发布。

为了一致,免费的 Docker Engine 改名为 Docker Community Edition (CE), 并且采用基于时间的版本号方案。

就在这一天,Docker EE 和 Docker CE 的 17.03 版本发布,这也是第一个采用新的版本号方案的版本。

Docker CE/EE 每个季度发布一次 季度版本 , 也就是说每年会发布 4 个季度版本,17.03, 17.06, 17.09, 17.12 就是 2017 年的 4 个季度版本的版本号。

同时 Docker CE 每个月还会发布一个 EDGE 版本,比如 17.04, 17.05, 17.07, 17.08, 17.10, 17.11。

Docker CE 季度版本自发布后会有 4 个月的维护期。

在基于时间的发布方案中,版本号格式为: YY.MM.,YY.MM 代表年月,patch 代表补丁号,从 0 开始,

在季度版本 (如 17.03) 的维护期内,bug 修复相关的更新会以 patch 递增的方式发布,

比如 17.03.0 -> 17.03.1 -> 17.03.2.

1.13.1 之前 #

Docker Engine(0.1.0 到 1.13.1) #

Docker CE 在 1.13.1 及之前版本叫 Docker Engine

版本说明参考:Docker Engine release notes (Previous versions)

可以看到 Docker Engine 的版本号范围: 0.1.0 (2013-03-23) ~ 1.13.1 (2017-02-08)


1.11 #

Docker 守护进程启动命令:

  • 1.7: docker -d
  • 1.8: docker daemon
  • 1.11: dockerd

1.8 #

1.7 #


本文访问量

本站总访问量

本站总访客数