Add a HEALTHCHECK to the container
I suspect that if the container had a HEALTHCHECK this will make what #32 #109 #123 are after easier. It could also be used as Configure Liveness, Readiness and Startup Probes for running this container in Kubernetes (k8s). Possibly also useful as Lifecycle hooks with Watchtower.
It's basically just an executable (binary, script, whatever) in the container image that can test if its working (not faulty).
I didn't know about this, this is great! Could be used to test the test CID locally
I didn't know about this, this is great!
You're very welcome! (Do contributors to this project also get FIL for friendly good tips? Just joking!)
Could be used to test the test CID locally
What is that? According to a quick read the source, Luke, I suspect that's QmXjYBY478Cno4jzdCcPy4NcJYFrwHZ51xaCP8vUwN9MGm... I have suggested that on PR #142 from @holdenk.