Hi, what's the reason the the docker stop timeout is set to 0?
http://mesos.apache.org/documentation/latest/configuration/--docker_stop_timeout=VALUE The time docker daemon waits after stopping a container before killing that container. This flag is deprecated; use task's kill policy instead. (default: 0ns)
Without changing this containers can not be gracefully stopped. Wouldn't a value of say 10 seconds be better?
thanks, Hendrik

