willfarrell/ping

By willfarrell

Updated almost 7 years ago

Container to continuously ping a server

Image

100K+

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

Docker Pull Command

docker pull willfarrell/ping