mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
This fix tries to add `--tty` to `docker service create/update`. As was specified in 25644, `TTY` flag has been added to SwarmKit and is already vendored. This fix add `--tty` to `docker service create/update`. Related document has been updated. Additional integration tests has been added. This fix fixes 25644. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> Upstream-commit: 599be5a551bbadf23d76677c7d54c338901781f6 Component: engine