docker healthcheck mlat - wiedehopf/adsb-wiki GitHub Wiki
context: docker healthcheck / docker exec -it performance issues: https://github.com/moby/moby/issues/39102
pi3 MLAT issues can be triggered by this. thus if you have a pi3 and MLAT issues, turning off all healthchecks is advisable. you'll have to add this to each of your services in your compose yml:
healthcheck:
disable: true
It's not the healtcheck script itself that causes the issue but the infrastructure that calls it.