leptonai / gpud

Apache License 2.0
188 stars 11 forks source link

fix(docker-container): "gpud run --docker-ignore-connection-errors" to ignorer docker daemon connection errors (do not ignore by default) #110

Closed gyuho closed 2 weeks ago

gyuho commented 2 weeks ago

c.f., https://github.com/leptonai/gpud/pull/109

Fix

Screenshot 2024-10-09 at 7 46 47 PM
cardyok commented 2 weeks ago

similar to kubelet, when uds not available, we can check pidof docker instead.