mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixed typo in docs/api/version-history.md
Signed-off-by: Ti Zhou <tizhou1986@gmail.com>
This commit is contained in:
parent
361a473121
commit
a35bfd0b43
1 changed files with 2 additions and 2 deletions
|
@ -70,8 +70,8 @@ keywords: "API, Docker, rcli, REST, documentation"
|
||||||
* `POST /containers/(name)/wait` now accepts a `condition` query parameter to indicate which state change condition to wait for. Also, response headers are now returned immediately to acknowledge that the server has registered a wait callback for the client.
|
* `POST /containers/(name)/wait` now accepts a `condition` query parameter to indicate which state change condition to wait for. Also, response headers are now returned immediately to acknowledge that the server has registered a wait callback for the client.
|
||||||
* `POST /swarm/init` now accepts a `DataPathAddr` property to set the IP-address or network interface to use for data traffic
|
* `POST /swarm/init` now accepts a `DataPathAddr` property to set the IP-address or network interface to use for data traffic
|
||||||
* `POST /swarm/join` now accepts a `DataPathAddr` property to set the IP-address or network interface to use for data traffic
|
* `POST /swarm/join` now accepts a `DataPathAddr` property to set the IP-address or network interface to use for data traffic
|
||||||
* `GET /events` now supports service, node and secret events which are emmited when users create, update and remove service, node and secret
|
* `GET /events` now supports service, node and secret events which are emitted when users create, update and remove service, node and secret
|
||||||
* `GET /events` now supports network remove event which is emmitted when users remove a swarm scoped network
|
* `GET /events` now supports network remove event which is emitted when users remove a swarm scoped network
|
||||||
* `GET /events` now supports a filter type `scope` in which supported value could be swarm and local
|
* `GET /events` now supports a filter type `scope` in which supported value could be swarm and local
|
||||||
|
|
||||||
## v1.29 API changes
|
## v1.29 API changes
|
||||||
|
|
Loading…
Add table
Reference in a new issue