+-
docker版本号混乱:17.06 vs 1.13?
我对docker的版本号感到困惑

有些文档引用的版本号如17.06 E.g. (自here起)

However, starting with Docker 17.06, you can also use --mount with standalone containers

但是其他一些文档引用的版本号如1.13 E.g. (自here起)

Note: version 1.13 or higher is required

版本编号约定是否在某个时间点发生了变化?

最佳答案

17.03.0-ce (2017-03-01)

IMPORTANT: Starting with this release, Docker is on a monthly release cycle and uses a new YY.MM versioning scheme to reflect this. Two channels are available: monthly and quarterly. Any given monthly release will only receive security and bugfixes until the next monthly release is available. Quarterly releases receive security and bugfixes for 4 months after initial release. This release includes bugfixes for 1.13.1 but there are no major feature additions and the API version stays the same. Upgrading from Docker 1.13.1 to 17.03.0 is expected to be simple and low-risk.

它从17.03改为.这是今年的游行发布

点击查看更多相关文章

转载注明原文:docker版本号混乱:17.06 vs 1.13? - 乐贴网