064f90c3ba2e9e2726cd8426bdd6cbea62d31d1b
docker-ping
ENV
HOSTNAMEServer you would like to continuously pingTIMEOUTNumber of seconds between timeouts
docker-compose.yml
version: "2"
services:
ping:
image: willfarrell/ping
restart: always
environment:
HOSTNAME: "10.0.0.61"
TIMEOUT: 300
Languages
Shell
52.9%
Dockerfile
47.1%