Skip to content

Add docker healthcheck

Kristian Larsson requested to merge 8-healthcheck into master

This adds a healthcheck that checks that we can run ncs_cmd -c get_phase successfully which essentially evaluates to whether NCS is listening on its IPC port or not. It's probably a notch better than just checking if the ncs process (BEAM VM) is alive or not.

Closes #8 (closed)

Edited by Kristian Larsson

Merge request reports