docker / libcompose

*Unmaintained/Deprecated* An experimental go library providing Compose-like functionality
https://godoc.org/github.com/docker/libcompose
Apache License 2.0
586 stars 191 forks source link

add 'stop_grace_period' #465

Closed gitlawr closed 7 years ago

gitlawr commented 7 years ago

fix #447 This commit add support for 'stop_grace_period' The key is available in compose V2 and with docker API version 1.25+

Signed-off-by: Lawrence Li lawrleegle@gmail.com

This key needs a higher docker API version than default 1.20 in libcompose, so we need to set DOCKER_API_VERSION when using it.

gitlawr commented 7 years ago

@vdemeester Hi vincent can you take a look at this