rajchaudhuri/service-connectivity-tester

By rajchaudhuri

Updated about 8 years ago

Continuously perform an HTTP GET on a URL, and log the results.

Image
0

852

rajchaudhuri/service-connectivity-tester repository overview

Simple Tags

Shared Tags

Description

This image runs a shell script that continuously performs an HTTP GET on the url contained in an environment variable called SERVICE_URL, and logs the results.

How to use

Create a container using:

docker container run -d --name t1 -e SERVICE_URL=http://www.google.com rajchaudhuri/service-connectivity-tester

Then, check the logs with:

docker container logs t1

This image is part of the dk-samples project.

Tag summary

Content type

Image

Digest

Size

1.9 MB

Last updated

about 8 years ago

docker pull rajchaudhuri/service-connectivity-tester