Just a quick reference example for every future user:
docker run -d --name test_container -p 172.26.128.1:8082:1880
--health-cmd="curl -f http://localhost:8080/health || exit 1"
--health-interval=5s
--health-timeout=2s
--health-retries=1