Sign inSign up

awsguru/aws-cloud-ping

By awsguru

Updated over 6 years ago

Smokeping to 20 AWS regions

Image
0

2.4K

awsguru/aws-cloud-ping repository overview

aws-cloud-ping

This docker image uses SmokePing to ping ec2 endpoint in 20 AWS regions.

Usage

For testing, run this image and open http://localhost to see the results. This will not persist the data. All the data will be removed one the container is stopped.


docker run --rm -p 80:80 awsguru/aws-cloud-ping:<tag>

If you want to persist the data to the disk, run this image with a volume attached.

docker run -d --name aws-cloud-ping -p 80:80 -v </usr/data>:/data awsguru/aws-cloud-ping:<tag>

Tag summary

Content type

Image

Digest

Size

40.5 MB

Last updated

over 7 years ago

docker pull awsguru/aws-cloud-ping