Sign inSign up

willfarrell/ping

By willfarrell

Updated over 8 years ago

Container to continuously ping a server

Image
10

100K+

willfarrell/ping repository overview

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: willfarrell/ping
    environment:
      HOSTNAME: "10.0.0.61"
      TIMEOUT: 300

Tag summary

Content type

Image

Digest

Size

1.9 MB

Last updated

over 8 years ago

docker pull willfarrell/ping