2017-01-22 12:32:01 -07:00
2017-01-22 12:32:01 -07:00
2017-01-16 08:03:56 -07:00
2017-01-22 12:32:01 -07:00
2017-01-22 12:32:01 -07:00

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
Description
Container to continuously ping a server
Readme 30 KiB
Languages
Shell 52.9%
Dockerfile 47.1%