The Docker CLI
Go to file
Yong Tang 9037f77d31 Add `--stop-signal` for `service create` and `service update`
This fix tries to address the issue raised in 25696 where
it was not possible to specify `--stop-signal` for `docker service create`
and `docker service update`, in order to use special signal to stop
the container.

This fix adds `--stop-signal` and update the `StopSignal` in `Config`
through `service create` and `service update`.

Related docs has been updated.

Integration test has been added.

This fix fixes 25696.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2017-02-21 15:19:45 -08:00
command Add `--stop-signal` for `service create` and `service update` 2017-02-21 15:19:45 -08:00
compose Merge pull request #31088 from xulike666/make-code-readable-again 2017-02-16 22:04:27 -05:00
config Merge pull request #28213 from yongtang/11062016-service-ps-format 2017-02-17 10:23:18 -08:00
debug Move debug functions to cli/debug package 2016-12-12 09:33:58 +01:00
flags fix the type 2017-02-14 09:54:27 +08:00
internal/test Add some unit tests to the node and swarm cli code 2017-01-09 18:30:15 +01:00
trust Use distribution reference 2017-02-07 11:08:37 -08:00
cobra.go Wrap output of docker cli --help 2017-02-03 11:05:49 +00:00
error.go Remove old cli framework. 2016-08-25 13:09:04 -04:00
required.go fix typos 2016-07-05 20:42:17 +08:00