Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

MeltwaterArchive/docker-ping

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: meltwater/latency-test
    environment:
      HOSTNAME: "10.0.0.61"
      TIMEOUT: 300