Add support for stop-signal in stack command

Signed-off-by: Christophe Robin <crobin@nekoo.com>
Upstream-commit: b129a70b5c
Component: cli
This commit is contained in:
Christophe Robin
2017-07-27 13:18:05 +09:00
parent 1dd2821aa2
commit 5e49f90082
2 changed files with 1 additions and 1 deletions
@@ -142,6 +142,7 @@ func Service(
User: service.User,
Mounts: mounts,
StopGracePeriod: service.StopGracePeriod,
StopSignal: service.StopSignal,
TTY: service.Tty,
OpenStdin: service.StdinOpen,
Secrets: secrets,
@@ -21,7 +21,6 @@ var UnsupportedProperties = []string{
"restart",
"security_opt",
"shm_size",
"stop_signal",
"sysctls",
"tmpfs",
"userns_mode",