2017-01-21 00:37:52 -07:00
2017-01-21 00:37:52 -07:00
2017-01-16 08:03:56 -07:00
2016-07-07 12:37:46 -06:00
2016-07-07 12:39:55 -06:00

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
Description
Container to continuously ping a server
Readme 30 KiB
Languages
Shell 52.9%
Dockerfile 47.1%