Container to continuously ping a server
 
 
Go to file
will Farrell 6d04eaf0b0 add default & remove bash 2017-01-22 12:32:01 -07:00
Dockerfile add default & remove bash 2017-01-22 12:32:01 -07:00
LICENSE add license 2017-01-16 08:03:56 -07:00
README.md add default & remove bash 2017-01-22 12:32:01 -07:00
ping add default & remove bash 2017-01-22 12:32:01 -07:00

README.md

docker-ping

ENV

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

docker-compose.yml

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