Deprecate "asynchronous" service create and service update
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit f32b90f463
)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
This commit is contained in:
parent
9986762bc7
commit
e11e119022
1 changed files with 11 additions and 0 deletions
|
@ -20,6 +20,17 @@ The following list of features are deprecated in Engine.
|
||||||
To learn more about Docker Engine's deprecation policy,
|
To learn more about Docker Engine's deprecation policy,
|
||||||
see [Feature Deprecation Policy](https://docs.docker.com/engine/#feature-deprecation-policy).
|
see [Feature Deprecation Policy](https://docs.docker.com/engine/#feature-deprecation-policy).
|
||||||
|
|
||||||
|
### Asynchronous `service create` and `service update`
|
||||||
|
|
||||||
|
**Deprecated In Release: v17.05.0**
|
||||||
|
|
||||||
|
**Disabled by default in release: v17.09**
|
||||||
|
|
||||||
|
Docker 17.05.0 added an optional `--detach=false` option to make the
|
||||||
|
`docker service create` and `docker service update` work synchronously. This
|
||||||
|
option will be enable by default in Docker 17.09, at which point the `--detach`
|
||||||
|
flag can be used to use the previous (asynchronous) behavior.
|
||||||
|
|
||||||
### `-g` and `--graph` flags on `dockerd`
|
### `-g` and `--graph` flags on `dockerd`
|
||||||
|
|
||||||
**Deprecated In Release: v17.05.0**
|
**Deprecated In Release: v17.05.0**
|
||||||
|
|
Loading…
Reference in a new issue