will Farrell 655e594684 init commit
2016-07-07 12:37:46 -06:00
2016-07-07 12:37:46 -06:00
2016-07-07 12:37:46 -06:00
2016-07-07 12:37:46 -06:00

ping

ENV

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

docker-compose.yml

version: "2"

services:

  ping:
    image: watsco/ping
    restart: always
    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%