Checking Application Liveness in Docker

An HTTP application endpoint is exposed to check the application liveness or readiness in Docker.

While running Docker container, you need to bind the user defined host port with container's port 7777. After the host port is bind and start the container, access the endpoint URL:
<base_url>:<user_defined_host_port>/_ping