Skip to content

Jaeger tracing πŸ±β€πŸ’» Windows based Docker images.

License

Notifications You must be signed in to change notification settings

johnnyhuy/jaeger-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Jaeger for Windows

This is a repository with Jaeger pull servers in Windows Docker containers.

Usage

Run the following command to get this container running! There is also support for previous Windows versions.

# Windows Server 1809
docker run --rm \
    -p 5775:5775/udp \
    -p 6831:6831/udp \
    -p 6832:6832/udp \
    -p 5778:5778 \
    -p 16686:16686 \
    -p 14268:14268 \
    -p 9411:9411 \
    johnnyhuy/jaeger-windows:latest

# OR

# Windows Server 1803
docker run --rm \
    -p 5775:5775/udp \
    -p 6831:6831/udp \
    -p 6832:6832/udp \
    -p 5778:5778 \
    -p 16686:16686 \
    -p 14268:14268 \
    -p 9411:9411 \
    johnnyhuy/jaeger-windows:1803

# OR

# Windows Server 2016
docker run --rm \
    -p 5775:5775/udp \
    -p 6831:6831/udp \
    -p 6832:6832/udp \
    -p 5778:5778 \
    -p 16686:16686 \
    -p 14268:14268 \
    -p 9411:9411 \
    johnnyhuy/jaeger-windows:win2016

Prerequisites

  • Docker & Windows (duhh!)

Contribution

  • Johnny Huynh - Initial changes in this repository

License

This project is licensed under the MIT license, see LICENSE for more information.

About

Jaeger tracing πŸ±β€πŸ’» Windows based Docker images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published