Skip to content

Container to continuously ping a server

License

Notifications You must be signed in to change notification settings

datduyng/docker-ping

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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: willfarrell/ping
    environment:
      HOSTNAME: "10.0.0.61"
      TIMEOUT: 300

About

Container to continuously ping a server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%