service-connectivity-tester
Continuously perform an HTTP GET on a URL, and log the results.
852
Dockerfile links1.0-alpine, alpine (linux/Dockerfile)1.0-nanoserver-1709, nanoserver-1709, nanoserver (windows/Dockerfile)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.
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.
Content type
Image
Digest
Size
1.9 MB
Last updated
about 8 years ago
docker pull rajchaudhuri/service-connectivity-tester