moby--moby/cli/command/service
Yong Tang 599be5a551 Add `--tty` to `docker service create/update`
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>
2016-11-07 16:42:32 -08:00
..
cmd.go Only hide commands if the env variable is set. 2016-09-19 13:28:15 -04:00
create.go Merge pull request #27857 from vasil-yordanov/docker-service-hostname-2 2016-11-04 15:22:55 +01:00
inspect.go Fix typs from go to Go 2016-10-18 19:40:16 +08:00
inspect_test.go Fix broken JSON support in cli/command/formatter 2016-10-17 08:07:17 +00:00
list.go remove COMMAND column from service ls output. closes #27994 2016-11-06 13:32:44 -05:00
opts.go Add `--tty` to `docker service create/update` 2016-11-07 16:42:32 -08:00
opts_test.go Add `--cpus` flag to control cpu resources 2016-11-04 09:43:10 -07:00
ps.go Add -a option to service/node ps 2016-11-06 07:40:39 -05:00
remove.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
scale.go add replicated in service scale command description 2016-11-02 16:15:57 +08:00
update.go Add `--tty` to `docker service create/update` 2016-11-07 16:42:32 -08:00
update_test.go correct handling of volumes while service update. 2016-11-04 10:15:18 +09:00