Container to continuously ping a server
 
 
Go to file
will Farrell fd20e0227f bump alpine version 2017-01-21 00:37:52 -07:00
Dockerfile bump alpine version 2017-01-21 00:37:52 -07:00
LICENSE add license 2017-01-16 08:03:56 -07:00
README.md fix typos 2016-07-07 12:39:55 -06:00
ping init commit 2016-07-07 12:37:46 -06:00

README.md

docker-ping

ENV

  • HOSTNAME Server you would like to continuously ping
  • TIMEOUT Number of seconds between timeouts

docker-compose.yml

version: "2"

services:

  ping:
    image: willfarrell/ping
    restart: always
    environment:
      HOSTNAME: "10.0.0.61"
      TIMEOUT: 300