Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit f32b90f4635bc6e822576c73a4afa90fded2cfc4)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
| ... | ... |
@@ -20,6 +20,17 @@ The following list of features are deprecated in Engine. |
| 20 | 20 |
To learn more about Docker Engine's deprecation policy, |
| 21 | 21 |
see [Feature Deprecation Policy](https://docs.docker.com/engine/#feature-deprecation-policy). |
| 22 | 22 |
|
| 23 |
+### Asynchronous `service create` and `service update` |
|
| 24 |
+ |
|
| 25 |
+**Deprecated In Release: v17.05.0** |
|
| 26 |
+ |
|
| 27 |
+**Disabled by default in release: v17.09** |
|
| 28 |
+ |
|
| 29 |
+Docker 17.05.0 added an optional `--detach=false` option to make the |
|
| 30 |
+`docker service create` and `docker service update` work synchronously. This |
|
| 31 |
+option will be enable by default in Docker 17.09, at which point the `--detach` |
|
| 32 |
+flag can be used to use the previous (asynchronous) behavior. |
|
| 33 |
+ |
|
| 23 | 34 |
### `-g` and `--graph` flags on `dockerd` |
| 24 | 35 |
|
| 25 | 36 |
**Deprecated In Release: v17.05.0** |