hyperhq / runv

Hypervisor-based Runtime for OCI
Apache License 2.0
828 stars 129 forks source link

enable grpc health service #471

Closed pmorjan closed 7 years ago

pmorjan commented 7 years ago

22ef6cb99f60918add8b4be3ba6f40f7a54b50f0 enabled compatibility with Docker 1.13 but didn't include the mandatory healthcheck service. Therefore the healthcheck fails. Running dockerd in debug mode leads to repeating messages as follows:

DEBU[2218] libcontainerd: containerd health check returned error: rpc error: code = 12 desc = unknown service grpc.health.v1.Health

This PR enables grpc health service in runv containerd.

Signed-off-by: Peter Morjan peter.morjan@de.ibm.com

laijs commented 7 years ago

LGTM