Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 364 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 364 Bytes

docker-ping

ENV

  • HOSTNAME Server you would like to continuously ping [ default=localhost ]
  • TIMEOUT Number of seconds between timeouts [ default=300 ]
  • ITERATION Number of ping iteration [ default=1 ]

docker-compose.yml

...
services:
  ping:
    image: willfarrell/ping
    environment:
      HOSTNAME: "10.0.0.61"
      TIMEOUT: 300