79722728

Date: 2025-08-01 15:49:41
Score: 1
Natty:
Report link

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
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: MRTuCc