3.1.3
Change health_check and stop_grace_period schema from int32 to float64 Docker API expects nanosecond durations (int64). JTD has no int64 type, so float64 is used instead. int32 overflows at ~2.1s which is too small for any practical health check interval.