demo-alive
performs a healthcheck of the running demo. It verifies that
nginx and socat servers are actually up and running. Under docker container
scripts is connected to the docker HEALTHCHECK command. With that you can
check container health status with:
docker inspect --format='{{json .State.Health}}' <container-id>