Merge pull request #37049 from yongtang/05122018-version-history

Fix incorrect link in version-history.md
Upstream-commit: 996eb78fb895ba1cf7ea5773ee36a8651498eb26
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2018-05-13 16:30:58 +02:00
committed by GitHub

View File

@ -15,7 +15,7 @@ keywords: "API, Docker, rcli, REST, documentation"
## v1.37 API changes
[Docker Engine API v1.37](https://docs.docker.com/engine/api/v1.36/) documentation
[Docker Engine API v1.37](https://docs.docker.com/engine/api/v1.37/) documentation
* `POST /containers/create` and `POST /services/create` now supports exposing SCTP ports.
* `POST /configs/create` and `POST /configs/{id}/create` now accept a `Templating` driver.