Add support for stop-signal in stack command

Signed-off-by: Christophe Robin <crobin@nekoo.com>
This commit is contained in:
Christophe Robin 2017-07-26 10:59:25 +09:00
parent dfbad2bc5a
commit b129a70b5c
No known key found for this signature in database
GPG Key ID: D4A5D3F276F2A9BB
2 changed files with 1 additions and 1 deletions

View File

@ -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,

View File

@ -21,7 +21,6 @@ var UnsupportedProperties = []string{
"restart",
"security_opt",
"shm_size",
"stop_signal",
"sysctls",
"tmpfs",
"userns_mode",