Code Monkey home page Code Monkey logo

aws-xray-daemon-container's Introduction

aws-xray-daemon-container

A containerized lightweight AWS X-Ray daemon.

Use pre-built docker images

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

See all available tags here.

3.0.x

toricls/aws-xray-daemon:3.0 Dockerfile

< v3.0.0

WIP

Build your own docker image

3.0.x

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 .

< v3.0.0

WIP

Contribution

  1. Fork (https://github.com/toricls/aws-xray-daemon-container/fork)
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Create a new Pull Request

Licence

Apache 2.0

Author

toricls

aws-xray-daemon-container's People

Contributors

toricls avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

qiangweihewu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.