moby/docs/reference
Yong Tang c2d49ec214 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
..
commandline Add --stop-signal for service create and service update 2017-02-21 15:19:45 -08:00
builder.md Convert script shebangs from "#!/bin/bash" to "#!/usr/bin/env bash" 2017-02-13 11:01:54 -08:00
glossary.md Merge pull request #29559 from mstanleyjones/define_bridge 2017-02-10 09:25:29 -08:00
index.md update incorrect url in docs 2017-01-26 12:57:45 +08:00
run.md Add daemon flag to set no_new_priv as default for unprivileged containers. 2017-02-16 19:05:14 +08:00