Merge pull request #388 from christopherobin/feature/stopsignal

Add support for stop-signal in stack command
This commit is contained in:
Vincent Demeester 2017-08-01 09:53:13 +02:00 committed by GitHub
commit f386d476ba
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",