A minimal AWS X-Ray daemon container. Just few megabytes, seriously.
10K+
A containerized lightweight AWS X-Ray daemon.
All pre-built docker images are stored in a Docker Hub repo, toricls/aws-xray-daemon.
You may run this image with some runtime arguments like:
# Just run it
$ docker run -d toricls/aws-xray-daemon:3.0 --region us-west-2
# Use your own configuration file
$ docker run -d -v $(pwd)/my-custom-config.yaml:/my/custom/cfg.yaml toricls/aws-xray-daemon:3.0 --config /my/custom/cfg.yaml
toricls/aws-xray-daemon:3.0 Dockerfile
WIP
Make some changes on the files in the 3.0 directory, then build it.
$ docker build -t YOUR_NAME/aws-xray-daemon:3.0.0 -f 3.0/Dockerfile .
WIP
Content type
Image
Digest
Size
2.8 MB
Last updated
over 7 years ago
docker pull toricls/aws-xray-daemon