9416ca82d55140eae35e7d6262e796ea8d455af0
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: jpedrosa/docker-ping
environment:
HOSTNAME: "10.0.0.61"
TIMEOUT: 300
Description
Languages
Shell
52.9%
Dockerfile
47.1%