based on https://hub.docker.com/r/willfarrell/ping
HOSTNAME
Server you would like to continuously ping [ default=localhost ]
To override the hostname override the CMD, e.g.:
docker run sdgluck/ping -c 'sh ping google.com'
TIMEOUT
Number of seconds between timeouts [ default=300 ]
Example:
docker run sdgluck/ping --env TIMEOUT=1