docker version number confusion: 17.06 vs 1.13?

前端 未结 1 1037
面向向阳花
面向向阳花 2021-01-01 08:57

I am confused by the version number of docker

Some documentation refers to version numbers like 17.06 E.g. (from here)

相关标签:
1条回答
  • 2021-01-01 09:12

    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.

    It was changed from 17.03. Which is march release for this year

    https://docs.docker.com/engine/release-notes/17.03/

    0 讨论(0)
提交回复
热议问题